mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-32104 add removed command line options back as noops
This commit is contained in:
parent
df4bfefbb8
commit
4c3584b510
1 changed files with 7 additions and 0 deletions
|
@ -5360,6 +5360,13 @@ static int init_server_components()
|
|||
/* The following options were deprecated in 10.9 */
|
||||
MARIADB_REMOVED_OPTION("innodb-change-buffering"),
|
||||
|
||||
/* removed in 11.3 */
|
||||
MARIADB_REMOVED_OPTION("debug"),
|
||||
MARIADB_REMOVED_OPTION("date-format"),
|
||||
MARIADB_REMOVED_OPTION("datetime-format"),
|
||||
MARIADB_REMOVED_OPTION("time-format"),
|
||||
MARIADB_REMOVED_OPTION("wsrep-causal-read"),
|
||||
|
||||
{0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue