summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2016-04-06 18:08:16 +0300
committerSergei Petrunia <psergey@askmonty.org>2016-04-06 18:08:16 +0300
commit89b744eb6c2484412f476a53087cea7bf28dc917 (patch)
treef2925e6fcd3b5bcef4465ef1c5e58ff85ff1c835 /scripts
parentda64cd6dd64a388be2737bd0d414efc876f2eefc (diff)
downloadmariadb-git-89b744eb6c2484412f476a53087cea7bf28dc917.tar.gz
Fix the buildbot: file-key-management is provided by a plugin, so should be loose.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index a47905e5e22..d98e78f6360 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -421,7 +421,7 @@ mysqld_install_cmd_line()
{
"$mysqld_bootstrap" $defaults "$mysqld_opt" --bootstrap $silent_startup\
"--basedir=$basedir" "--datadir=$ldata" --log-warnings=0 --enforce-storage-engine="" \
- --file-key-management=OFF \
+ --loose-file-key-management=OFF \
$args --max_allowed_packet=8M \
--net_buffer_length=16K
}