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 /client/mysqladmin.cc | |
parent | 1befd1fb256035889eb1a01ef43e29e25f5552b4 (diff) | |
download | mariadb-git-4f08c6d0e52caca2855a69276db88c7ca566413f.tar.gz |
A follow-up on WL#5154 and WL#5182: remove forgotten options.
Diffstat (limited to 'client/mysqladmin.cc')
-rw-r--r-- | client/mysqladmin.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/mysqladmin.cc b/client/mysqladmin.cc index 22efb54f915..b021c0f155e 100644 --- a/client/mysqladmin.cc +++ b/client/mysqladmin.cc @@ -174,9 +174,6 @@ static struct my_option my_long_options[] = "Show difference between current and previous values when used with -i. Currently only works with extended-status.", (uchar**) &opt_relative, (uchar**) &opt_relative, 0, GET_BOOL, NO_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}, #ifdef HAVE_SMEM {"shared-memory-base-name", OPT_SHARED_MEMORY_BASE_NAME, "Base name of shared memory.", (uchar**) &shared_memory_base_name, (uchar**) &shared_memory_base_name, |