diff options
author | unknown <monty@narttu.mysql.fi> | 2007-10-01 15:33:21 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2007-10-01 15:33:21 +0300 |
commit | 8bcab27df6973ee0e5355726fcb938ea465e0766 (patch) | |
tree | dcef169f923497b14f3a476eccea9935fa21fb4f /client/mysqlslap.c | |
parent | 574e9689aef6eaaf84059c0d9502a7f55748fb18 (diff) | |
parent | 6e7f15ef9eaca9bc15a0cab582624462e0bbb541 (diff) | |
download | mariadb-git-8bcab27df6973ee0e5355726fcb938ea465e0766.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into mysql.com:/home/my/mysql-5.1
client/mysql_upgrade.c:
Auto merged
client/mysqldump.c:
Auto merged
client/mysqlslap.c:
Auto merged
client/mysqltest.c:
Auto merged
sql/handler.cc:
Auto merged
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 02a0cbd04c5..bf35f043659 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, |