diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2020-02-12 18:53:37 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2020-02-13 13:42:01 +0200 |
commit | a05b38c1205d9a915629e89fe38e7bf44cf991ed (patch) | |
tree | 6edb13ad2c49540900e4d6999ef80b29772c05e0 /sql/upgrade_conf_file.cc | |
parent | 8bbcaab160c74049f88cc7be3c37b5a7f6aa41a2 (diff) | |
download | mariadb-git-a05b38c1205d9a915629e89fe38e7bf44cf991ed.tar.gz |
MDEV-18650: Options deprecated in previous versions - skip-bdb
Remove the option from mysqld --help text.
Diffstat (limited to 'sql/upgrade_conf_file.cc')
-rw-r--r-- | sql/upgrade_conf_file.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/upgrade_conf_file.cc b/sql/upgrade_conf_file.cc index 8f3295755ee..aba9cb27af2 100644 --- a/sql/upgrade_conf_file.cc +++ b/sql/upgrade_conf_file.cc @@ -117,6 +117,7 @@ static const char *removed_variables[] = "log_slow_queries", "max_long_data_size", "rpl_recovery_rank", +"skip_bdb", "sql_big_tables", "sql_low_priority_updates", "sql_max_join_size", |