mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Bug #11766306: 59393: have_innodb=yes when mysqld started with --skip-innodb
Initialized correctly the have_innodb variable so that when the plugin is not initialized it stays "disabled" instead of "yes". Test suite added.
This commit is contained in:
parent
17dbffaf79
commit
54461b0699
3 changed files with 25 additions and 1 deletions
|
|
@ -2766,7 +2766,7 @@ static Sys_var_charptr Sys_slow_log_path(
|
|||
ON_CHECK(check_log_path), ON_UPDATE(fix_slow_log_file));
|
||||
|
||||
/// @todo deprecate these four legacy have_PLUGIN variables and use I_S instead
|
||||
export SHOW_COMP_OPTION have_csv, have_innodb;
|
||||
export SHOW_COMP_OPTION have_csv, have_innodb= SHOW_OPTION_DISABLED;
|
||||
export SHOW_COMP_OPTION have_ndbcluster, have_partitioning;
|
||||
static Sys_var_have Sys_have_csv(
|
||||
"have_csv", "have_csv",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue