diff options
author | jani@hynda.mysql.fi <> | 2007-11-26 11:27:01 +0200 |
---|---|---|
committer | jani@hynda.mysql.fi <> | 2007-11-26 11:27:01 +0200 |
commit | 2e034c1e3b2473d045982758f7bfc5ba58c9225b (patch) | |
tree | f6e52bbf6584ae0b2328b268ba417e4c88945e3e /client/mysqlimport.c | |
parent | bf6cf069f151f7a5e2c4e8c66e568ef1240ff756 (diff) | |
parent | d3a0ce08c739c721c3383ba9d36ceb7544e058e3 (diff) | |
download | mariadb-git-2e034c1e3b2473d045982758f7bfc5ba58c9225b.tar.gz |
Merge hynda.mysql.fi:/home/my/mysql-5.1-main
into hynda.mysql.fi:/home/my/mysql-5.1-marvel
Diffstat (limited to 'client/mysqlimport.c')
-rw-r--r-- | client/mysqlimport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlimport.c b/client/mysqlimport.c index 954af0cff97..ac3b0e8efba 100644 --- a/client/mysqlimport.c +++ b/client/mysqlimport.c @@ -87,7 +87,7 @@ static struct my_option my_long_options[] = 0, 0, 0}, {"debug",'#', "Output debug log. Often this is 'd:t:o,filename'.", 0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0}, - {"debug-check", OPT_DEBUG_CHECK, "Check memory and open file usage at exit .", + {"debug-check", OPT_DEBUG_CHECK, "Check memory and open file usage at exit.", (uchar**) &debug_check_flag, (uchar**) &debug_check_flag, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"debug-info", OPT_DEBUG_INFO, "Print some debug info at exit.", |