Skip to content

Commit 9ca5176

Browse files
committed
BUILD scripts: Don't build with-plugin-test_sql_discovery staticly
1 parent 5c5ea59 commit 9ca5176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD/SETUP.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ fi
208208

209209
max_no_embedded_configs="$SSL_LIBRARY --with-plugins=max"
210210
max_no_qc_configs="$SSL_LIBRARY --with-plugins=max --without-query-cache"
211-
max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-libevent --without-plugin=plugin_file_key_management --with-plugin-rocksdb=dynamic"
211+
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"
212212
all_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-innodb_plugin --with-libevent"
213213

214214
#

0 commit comments

Comments
 (0)