diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-03-03 22:22:02 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-03-03 22:22:02 +0300 |
commit | 4f08c6d0e52caca2855a69276db88c7ca566413f (patch) | |
tree | 80f890fb98b57ee5ce2c2515d1d6d132809cddc7 /storage | |
parent | 1befd1fb256035889eb1a01ef43e29e25f5552b4 (diff) | |
download | mariadb-git-4f08c6d0e52caca2855a69276db88c7ca566413f.tar.gz |
A follow-up on WL#5154 and WL#5182: remove forgotten options.
Diffstat (limited to 'storage')
-rw-r--r-- | storage/myisam/myisamchk.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/storage/myisam/myisamchk.c b/storage/myisam/myisamchk.c index e4eccdc1dc6..612dd6f3ce1 100644 --- a/storage/myisam/myisamchk.c +++ b/storage/myisam/myisamchk.c @@ -252,9 +252,6 @@ static struct my_option my_long_options[] = {"set-collation", OPT_SET_COLLATION, "Change the collation used by the index", (uchar**) &set_collation_name, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, - {"set-variable", 'O', - "Change the value of a variable. Please note that this option is deprecated; you can set variables directly with --variable-name=value.", - 0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"silent", 's', "Only print errors. One can use two -s to make myisamchk very silent.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, @@ -365,10 +362,6 @@ static void usage(void) printf("\ -H, --HELP Display this help and exit.\n\ -?, --help Display this help and exit.\n\ - -O, --set-variable var=option.\n\ - Change the value of a variable. Please note that\n\ - this option is deprecated; you can set variables\n\ - directly with '--variable-name=value'.\n\ -t, --tmpdir=path Path for temporary files. Multiple paths can be\n\ specified, separated by "); #if defined( __WIN__) || defined(__NETWARE__) |