summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
authorjani@hynda.mysql.fi <>2002-04-03 15:44:20 +0300
committerjani@hynda.mysql.fi <>2002-04-03 15:44:20 +0300
commit70a258757c1cf97dc3a3c9e369d8d465572876d9 (patch)
treeaedb4bb20a5270b79f50b9f0125c0e601a1f1cd8 /myisam
parent22a35da68c04e94a2adbde6436b71c23558e045c (diff)
downloadmariadb-git-70a258757c1cf97dc3a3c9e369d8d465572876d9.tar.gz
Merge and two bug fixes in my_getopt.c
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,