diff options
author | unknown <msvensson@neptunus.(none)> | 2006-02-24 17:10:40 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-02-24 17:10:40 +0100 |
commit | 3a78156ee6e859da0247af80824b2b6826f8471c (patch) | |
tree | 7e0575afb4599def9823e98f56b0df08aa2d2d0c /client | |
parent | d6aea04c5b45fd8444d14872c08751746f1eba8b (diff) | |
download | mariadb-git-3a78156ee6e859da0247af80824b2b6826f8471c.tar.gz |
Bug #17443 mysqldump test failure
client/mysqlimport.c:
Remove disabled --use-threads option
mysql-test/r/mysqldump.result:
Update result
mysql-test/t/disabled.def:
Remove disable of mysqldump
mysql-test/t/mysqldump.test:
Remove the disable_parsing on tests for --use-threads to mysqlimport
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqlimport.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/mysqlimport.c b/client/mysqlimport.c index edaaf20d98b..913f7fb2f15 100644 --- a/client/mysqlimport.c +++ b/client/mysqlimport.c @@ -145,13 +145,11 @@ static struct my_option my_long_options[] = (gptr*) &opt_mysql_unix_port, (gptr*) &opt_mysql_unix_port, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, #include <sslopt-longopts.h> -#if 0 {"use-threads", OPT_USE_THREADS, "Load files in parallel. The argument is the number " "of threads to use for loading data.", (gptr*) &opt_use_threads, (gptr*) &opt_use_threads, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, -#endif #ifndef DONT_ALLOW_USER_CHANGE {"user", 'u', "User for login if not current user.", (gptr*) ¤t_user, (gptr*) ¤t_user, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, |