summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <jani@hynda.(none)>2002-08-05 17:08:27 +0300
committerunknown <jani@hynda.(none)>2002-08-05 17:08:27 +0300
commit7aa290a4ba3ceafd46eaf90e3dc3c445b9c2a25e (patch)
tree360d85542558122a89f42c9c4c40c006f6332208 /myisam
parenta0106bad85f9d4eb7fe7cef1e3446d649669f50b (diff)
downloadmariadb-git-7aa290a4ba3ceafd46eaf90e3dc3c445b9c2a25e.tar.gz
Small fixes in mysql and myisamchk.
client/mysql.cc: Small information add to mysql internal help command. myisam/myisamchk.c: Fixed a few typos reported by Paul DuBois.
Diffstat (limited to 'myisam')
-rw-r--r--myisam/myisamchk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c
index ff8c47f93cc..33500da87dc 100644
--- a/myisam/myisamchk.c
+++ b/myisam/myisamchk.c
@@ -209,7 +209,7 @@ static struct my_option my_long_options[] =
(gptr*) &check_param.keys_in_use,
0, GET_ULL, REQUIRED_ARG, -1, 0, 0, 0, 0, 0},
{"medium-check", 'm',
- "Faster than extended-check, but only finds 99.99% of all errors. Should be good enough for most cases.",
+ "Faster than extend-check, but only finds 99.99% of all errors. Should be good enough for most cases.",
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
{"quick", 'q', "Faster repair by not modifying the data file.",
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
@@ -360,7 +360,7 @@ static void usage(void)
-f, --force Restart with '-r' if there are any errors in the table.\n\
States will be updated as with '--update-state'\n\
-i, --information Print statistics information about table that is checked\n\
- -m, --medium-check Faster than extended-check, but only finds 99.99% of\n\
+ -m, --medium-check Faster than extend-check, but only finds 99.99% of\n\
all errors. Should be good enough for most cases\n\
-U --update-state Mark tables as crashed if you find any errors\n\
-T, --read-only Don't mark table as checked\n");