summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.pl.in
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2015-09-16 13:01:04 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2015-09-16 13:14:19 +0300
commit173e48695031ef17c69957751539060a0df1d6c7 (patch)
treeed1cb54c679ca425107aa4a2aa3245f6fe827f0d /scripts/mysql_install_db.pl.in
parentbb52905432779d1648241baa5945c61617f2d58f (diff)
downloadmariadb-git-173e48695031ef17c69957751539060a0df1d6c7.tar.gz
MDEV-8576: Bootstrap should ignore --enforce-storage-engine option
Allow enforce-storage-engine="" option and use that on mysql_install_db when doing bootstrap.
Diffstat (limited to 'scripts/mysql_install_db.pl.in')
-rw-r--r--scripts/mysql_install_db.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysql_install_db.pl.in b/scripts/mysql_install_db.pl.in
index 8a3492c8756..d1c4aaa1906 100644
--- a/scripts/mysql_install_db.pl.in
+++ b/scripts/mysql_install_db.pl.in
@@ -428,6 +428,7 @@ my $mysqld_install_cmd_line = quote_options($mysqld_bootstrap,
"--max_allowed_packet=8M",
"--default-storage-engine=MyISAM",
"--net_buffer_length=16K",
+ "--enforce-storage-engine=\"\"",
@args,
);