diff options
author | Monty <monty@mariadb.org> | 2015-10-09 13:02:55 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2015-10-09 13:02:55 +0300 |
commit | 602c803bd9c80e88d4e2a611422ad2da0033a111 (patch) | |
tree | 8a1ce176e7a461821fa5cc52e838206a2e4b1cf4 /BUILD | |
parent | c696fc74cf72f240a999406fa229db5111198f62 (diff) | |
download | mariadb-git-602c803bd9c80e88d4e2a611422ad2da0033a111.tar.gz |
Don't enable file_key_management_plugin by default (as this gives warnings in the log)
Better warning from file_key_management plugin if filename is not given
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/SETUP.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 8948cf2158c..065422459b1 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -205,7 +205,7 @@ fi max_no_embedded_configs="$SSL_LIBRARY --with-plugins=max" max_no_qc_configs="$SSL_LIBRARY --with-plugins=max --without-query-cache" -max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-libevent" +max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-libevent --without-plugin=plugin_file_key_management" all_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-innodb_plugin --with-libevent" # |