summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2020-09-14 21:22:32 +0300
committerMonty <monty@mariadb.org>2020-09-25 12:44:04 +0300
commit3cdbaa04bd573f2f09e2f7ff69c71e8b97ca078b (patch)
tree150ca7b7815f075e5c9526b03bb91d4130ea4866 /BUILD
parent920824c24e94efefc6b1ce135499e7d7e5290ae9 (diff)
downloadmariadb-git-3cdbaa04bd573f2f09e2f7ff69c71e8b97ca078b.tar.gz
Fixed BUILD script to make plugin-file_key_management DYNAMIC
This ensures that all tests can be run. Before this patch some encryption test failed
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 992cfa1286f..44e74441de9 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -211,7 +211,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 --without-plugin=plugin_file_key_management --with-plugin-rocksdb=dynamic --with-plugin-test_sql_discovery=DYNAMIC"
+max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-libevent --without-plugin=plugin_file_key_management --with-plugin-rocksdb=dynamic --with-plugin-test_sql_discovery=DYNAMIC --with-plugin-file_key_management=DYNAMIC"
all_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-innodb_plugin --with-libevent"
#