1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Removed file-key-management from mysql_install_db as someone may have

deciced to use it even before bootstrap.
This commit is contained in:
Michael Widenius
2016-04-07 19:58:28 +03:00
parent 9db357d4c5
commit 031e3442f8

View File

@ -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
}