diff options
author | jani@rhols221.adsl.netsonic.fi <> | 2002-05-15 02:33:41 +0300 |
---|---|---|
committer | jani@rhols221.adsl.netsonic.fi <> | 2002-05-15 02:33:41 +0300 |
commit | 3893920cbeaa0d510e58ca0963031b5dc69abac8 (patch) | |
tree | 8a7bbd8f589ce62a8862060f8672199092fa14b4 /myisam/myisamchk.c | |
parent | 9eda54d1538f2c3caf80deaa1e1a43411893263c (diff) | |
download | mariadb-git-3893920cbeaa0d510e58ca0963031b5dc69abac8.tar.gz |
Some bug fixes.
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r-- | myisam/myisamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 254efa2a7ed..952e91e6c6e 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -196,7 +196,7 @@ static struct my_option my_long_options[] = {"keys-used", 'k', "Tell MyISAM to update only some specific keys. # is a bit mask of which keys to use. This can be used to get faster inserts!", (gptr*) &check_param.keys_in_use, (gptr*) &check_param.keys_in_use, 0, - GET_LL, REQUIRED_ARG, -1, 0, 0, 0, 0, 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.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, |