summaryrefslogtreecommitdiff
path: root/client/mysqlcheck.c
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-08-27 00:20:25 +0000
committerunknown <serg@serg.mysql.com>2002-08-27 00:20:25 +0000
commit81c1d837b8d4fbc0652e6a53e7bfadd3c7777f84 (patch)
tree6544b4b4bb189cad7ca282786f9169f5823abead /client/mysqlcheck.c
parent6c13a5724c59ab4ca5fac479f82124e22de1a00d (diff)
downloadmariadb-git-81c1d837b8d4fbc0652e6a53e7bfadd3c7777f84.tar.gz
wrong help message corrected
Diffstat (limited to 'client/mysqlcheck.c')
-rw-r--r--client/mysqlcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c
index fdc7b5cf4d7..7db9437f04e 100644
--- a/client/mysqlcheck.c
+++ b/client/mysqlcheck.c
@@ -87,7 +87,7 @@ static struct my_option my_long_options[] =
(gptr*) &ignore_errors, (gptr*) &ignore_errors, 0, GET_BOOL, NO_ARG, 0, 0,
0, 0, 0, 0},
{"extended", 'e',
- "If you are using this option with CHECK TABLE, it will ensure that the table is 100 percent consistent, but will take a long time. If you are using this option with REPAIR TABLE, it will run an extended repair on the table, which may not only take a long time to execute, but may produce a lot of garbage rows also!",
+ "If you are using this option with CHECK TABLE, it will ensure that the table is 100 percent consistent, but will take a long time. If you are using this option with REPAIR TABLE, it will force using old slow repair with keycache method, instead of much faster repair by sorting.",
(gptr*) &opt_extended, (gptr*) &opt_extended, 0, GET_BOOL, NO_ARG, 0, 0, 0,
0, 0, 0},
{"help", '?', "Display this help message and exit.", 0, 0, 0, GET_NO_ARG,