diff options
author | Konstantin Osipov <kostja@sun.com> | 2009-10-14 15:34:20 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2009-10-14 15:34:20 +0400 |
commit | 7fc88467186660619d8a70caafe0887a2eac7de3 (patch) | |
tree | 495eaa2f26a39264d9b8192c2e8e5521efbe2730 /sql/mysqld.cc | |
parent | 4db335dceed6425a9335c45f02156768afe1731b (diff) | |
download | mariadb-git-7fc88467186660619d8a70caafe0887a2eac7de3.tar.gz |
Backport of:
----------------------------------------------------------
revno: 2630.22.31
committer: Konstantin Osipov <kostja@sun.com>
branch nick: mysql-6.0-runtime
timestamp: Thu 2008-10-02 19:08:09 +0400
message:
Bug #34818 --default-table-type option should be removed
Remove the deprecated option.
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 580842c944e..47895522626 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -5805,10 +5805,6 @@ struct my_option my_long_options[] = "Set the default storage engine (table type) for tables.", (uchar**)&default_storage_engine_str, (uchar**)&default_storage_engine_str, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, - {"default-table-type", OPT_STORAGE_ENGINE, - "(deprecated) Use --default-storage-engine.", - (uchar**)&default_storage_engine_str, (uchar**)&default_storage_engine_str, - 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"default-time-zone", OPT_DEFAULT_TIME_ZONE, "Set the default time zone.", (uchar**) &default_tz_name, (uchar**) &default_tz_name, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 }, |