summaryrefslogtreecommitdiff
path: root/client/mysqlslap.c
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2007-10-01 15:33:21 +0300
committerunknown <monty@narttu.mysql.fi>2007-10-01 15:33:21 +0300
commit5b79e3c8d289d4811476cc8aa3c55463eeefabae (patch)
treedcef169f923497b14f3a476eccea9935fa21fb4f /client/mysqlslap.c
parent9a640f848e465f2bebd27072fa651a230e9632f9 (diff)
parent0741a4d1b0fa15865fd7bd1a3e8a785d388dd69b (diff)
downloadmariadb-git-5b79e3c8d289d4811476cc8aa3c55463eeefabae.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.c2
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,