summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorunknown <jani@hynda.mysql.fi>2002-04-03 15:44:20 +0300
committerunknown <jani@hynda.mysql.fi>2002-04-03 15:44:20 +0300
commit02f0a2f2eb7b00c4f33258150c143c78694adf81 (patch)
treeaedb4bb20a5270b79f50b9f0125c0e601a1f1cd8 /myisam
parentc9d04284c8e1b8ab179289534c6e8b2134883d25 (diff)
downloadmariadb-git-02f0a2f2eb7b00c4f33258150c143c78694adf81.tar.gz
Merge and two bug fixes in my_getopt.c
client/mysql.cc: merge client/mysqldump.c: merge myisam/myisamchk.c: merge mysys/my_getopt.c: Fixed a bug with short options when type was GET_BOOL. Fixed a bug in my_print_help() function.
Diffstat (limited to 'myisam')
-rw-r--r--myisam/myisamchk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c
index beaf52898c4..10bd29e25e3 100644
--- a/myisam/myisamchk.c
+++ b/myisam/myisamchk.c
@@ -200,7 +200,6 @@ static struct my_option my_long_options[] =
{"medium-check", 'm',
"Faster than extended-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},
- 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},
{"read-only", 'T', "Don't mark table as checked.", 0, 0, 0, GET_NO_ARG,