diff options
author | Monty <monty@mariadb.org> | 2019-06-26 18:21:02 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2019-06-26 23:32:30 +0300 |
commit | 9ca517613adeb70c8d056f009f258d6355bde4b0 (patch) | |
tree | bc2a078aa48d4758b36567f8c7920d4d3a8a3e0f /BUILD | |
parent | 5c5ea59bf88bc7cd9774f48e847168b47de7b249 (diff) | |
download | mariadb-git-9ca517613adeb70c8d056f009f258d6355bde4b0.tar.gz |
BUILD scripts: Don't build with-plugin-test_sql_discovery staticly
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 8e3e0d0b6a3..57220a3a244 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -208,7 +208,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" +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" all_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-innodb_plugin --with-libevent" # |