Commit 4c3584b5 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-32104 add removed command line options back as noops

parent df4bfefb
......@@ -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}
};
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment