diff options
author | unknown <serg@serg.mysql.com> | 2002-08-31 14:23:33 +0000 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-08-31 14:23:33 +0000 |
commit | 85da4cfd71303d1022b334d243017fc5e8dd091b (patch) | |
tree | a08be153dd8f13bd150d675ff431cdd0e552bfab /client | |
parent | 0707f4658aee46727b11e4cc00f09b0a2d7826a0 (diff) | |
parent | 328b6cbce79622c6fd6182ccf92f8c8ef48a96f4 (diff) | |
download | mariadb-git-85da4cfd71303d1022b334d243017fc5e8dd091b.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.c | 2 |
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, |