File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -209,10 +209,11 @@ then
209
209
base_configs=" $base_configs --with-libedit"
210
210
fi
211
211
212
- max_no_embedded_configs=" $SSL_LIBRARY --with-plugins=max"
213
- max_no_qc_configs=" $SSL_LIBRARY --with-plugins=max --without-query-cache"
214
- 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"
215
- all_configs=" $SSL_LIBRARY --with-plugins=max --with-embedded-server --with-innodb_plugin --with-libevent"
212
+ max_plugins=" --with-plugins=max"
213
+ max_no_embedded_configs=" $SSL_LIBRARY $max_plugins "
214
+ max_no_qc_configs=" $SSL_LIBRARY $max_plugins --without-query-cache"
215
+ max_configs=" $SSL_LIBRARY $max_plugins --with-embedded-server --with-libevent --with-plugin-rocksdb=dynamic --with-plugin-test_sql_discovery=DYNAMIC --with-plugin-file_key_management=DYNAMIC"
216
+ all_configs=" $SSL_LIBRARY $max_plugins --with-embedded-server --with-innodb_plugin --with-libevent"
216
217
217
218
#
218
219
# CPU and platform specific compilation flags.
You can’t perform that action at this time.
0 commit comments