From 031e3442f8a835771b78e87c3956244b61f8feec Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Thu, 7 Apr 2016 19:58:28 +0300 Subject: [PATCH] Removed file-key-management from mysql_install_db as someone may have deciced to use it even before bootstrap. --- scripts/mysql_install_db.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index d98e78f6360..773b5ee99a9 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -421,7 +421,6 @@ mysqld_install_cmd_line() { "$mysqld_bootstrap" $defaults "$mysqld_opt" --bootstrap $silent_startup\ "--basedir=$basedir" "--datadir=$ldata" --log-warnings=0 --enforce-storage-engine="" \ - --loose-file-key-management=OFF \ $args --max_allowed_packet=8M \ --net_buffer_length=16K }