summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-04-21 03:03:08 +0300
committermonty@donna.mysql.fi <>2001-04-21 03:03:08 +0300
commit0f37b1244b8356f32ef58245d94a3a920e047428 (patch)
treeff63dbaef15a49c7e3b47265d215520cb4cabcab /client
parentc8fbe93890953c7e00700c3a0d5f6858e6335b95 (diff)
downloadmariadb-git-0f37b1244b8356f32ef58245d94a3a920e047428.tar.gz
Fixed portability problems in mysqlcheck
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\