Skip to content

Commit

Permalink
MDEV-32104 add removed command line options back as noops
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Sep 30, 2023
1 parent df4bfef commit 4c3584b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sql/mysqld.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
};
/*
Expand Down

0 comments on commit 4c3584b

Please sign in to comment.