summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-04-21 03:03:08 +0300
committerunknown <monty@donna.mysql.fi>2001-04-21 03:03:08 +0300
commit94ab8e9c4c1ac68a119feee041b29b0fb81ed350 (patch)
treeff63dbaef15a49c7e3b47265d215520cb4cabcab /client
parent4c5dd2f27801294f716567995c0d6e625670a9a7 (diff)
downloadmariadb-git-94ab8e9c4c1ac68a119feee041b29b0fb81ed350.tar.gz
Fixed portability problems in mysqlcheck
Docs/manual.texi: Updated TODO client/mysqlcheck.c: Fixed portability problems mysql-test/r/backup.result: Fixed output after format change for BACKUP TABLE sql/ha_berkeley.cc: Added missing variable sql/opt_range.cc: Small optimization when calculating key blocks
Diffstat (limited to 'client')
-rw-r--r--client/mysqlcheck.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c
index e424040cefb..f8ad5d813cd 100644
--- a/client/mysqlcheck.c
+++ b/client/mysqlcheck.c
@@ -158,8 +158,8 @@ static void usage(void)
-f, --force Continue even if we get an sql-error.\n\
-e, --extended If you are using this option with CHECK TABLE,\n\
it will ensure that the table is 100 percent\n\
- consistent, but will take a long time.\n\
-
+ consistent, but will take a long time.\n\n");
+printf("\
If you are using this option with REPAIR TABLE,\n\
it will run an extended repair on the table, which\n\
may not only take a long time to execute, but\n\
@@ -177,8 +177,7 @@ static void usage(void)
-P, --port=... Port number to use for connection.\n\
-q, --quick If you are using this option with CHECK TABLE, it\n\
prevents the check from scanning the rows to check\n\
- for wrong links. This is the fastest check.\n\
-
+ for wrong links. This is the fastest check.\n\n\
If you are using this option with REPAIR TABLE, it\n\
will try to repair only the index tree. This is\n\
the fastest repair method for a table.\n\