diff options
author | monty@mysql.com/narttu.mysql.fi <> | 2007-10-01 15:32:07 +0300 |
---|---|---|
committer | monty@mysql.com/narttu.mysql.fi <> | 2007-10-01 15:32:07 +0300 |
commit | 315acca125bdfc763ed4c93a8699c8bab8ee650a (patch) | |
tree | 845e2d405effb093e8f97de926712b62d1583cb0 /client/mysqlslap.c | |
parent | 52ae4496c560829fe48a4a1c6145b17199492b4d (diff) | |
download | mariadb-git-315acca125bdfc763ed4c93a8699c8bab8ee650a.tar.gz |
Removed extra spaces
Added extra debug
Diffstat (limited to 'client/mysqlslap.c')
-rw-r--r-- | client/mysqlslap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlslap.c b/client/mysqlslap.c index af29df6e4ba..6c60ee7ccfd 100644 --- a/client/mysqlslap.c +++ b/client/mysqlslap.c @@ -568,7 +568,7 @@ static struct my_option my_long_options[] = {"debug", '#', "Output debug log. Often this is 'd:t:o,filename'.", (uchar**) &default_dbug_option, (uchar**) &default_dbug_option, 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", 'T', "Print some debug info at exit.", (uchar**) &debug_info_flag, |