diff options
author | unknown <serg@serg.mysql.com> | 2002-09-04 16:00:57 +0000 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-09-04 16:00:57 +0000 |
commit | 23b5803df3eb7b60e8c07aca09c4030d025dd75b (patch) | |
tree | 088ace4140d7dc95fdd0b41db18e33832ab0371d /myisam | |
parent | 72cd6790a944e975f8b0b55317dd7e43fea00039 (diff) | |
parent | 9f9522f44509334c115a8bdb209ed04cb9ab81ed (diff) | |
download | mariadb-git-23b5803df3eb7b60e8c07aca09c4030d025dd75b.tar.gz |
merged
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/myisamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 33500da87dc..1239ad1ed9d 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -186,7 +186,7 @@ static struct my_option my_long_options[] = (gptr*) &check_param.max_data_file_length, 0, GET_LL, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"extend-check", 'e', - "Try to recover every possible row from the data file. Normally this will also find a lot of garbage rows; Don't use this option if you are not totally desperate.", + "If used when checking a table, ensure that the table is 100 percent consistent, which will take a long time. If used when repairing a table, try to recover every possible row from the data file. Normally this will also find a lot of garbage rows; Don't use this option with repair if you are not totally desperate.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, {"fast", 'F', "Check only tables that haven't been closed properly.", |