summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2002-08-28 17:55:44 +0000
committerserg@serg.mysql.com <>2002-08-28 17:55:44 +0000
commitffd41ec7d24b5cf3fbb6c07df514096bc84303ea (patch)
tree16f1cb00ae121b28aec0523be36783568198a23c /client
parentd427ecb46098880df4bf8b6a3fec58395aa7996c (diff)
parent53844daac0b3cee72fc98f7005413ccae5ada9fa (diff)
downloadmariadb-git-ffd41ec7d24b5cf3fbb6c07df514096bc84303ea.tar.gz
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
Diffstat (limited to 'client')
-rw-r--r--client/mysqlcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c
index 150795e81a3..91405a784ea 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,