diff options
author | Monty <monty@mariadb.org> | 2017-05-02 19:19:23 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-05-02 19:19:23 +0300 |
commit | 1bcbe6fc2b0053d9264ae784ce2431b73491580a (patch) | |
tree | 907b0a86fc480f0fe6b0974928d14262af8a7c0e /BUILD | |
parent | 8bc88a4940699c7a8303ec76a5efa097dfffe9ff (diff) | |
download | mariadb-git-1bcbe6fc2b0053d9264ae784ce2431b73491580a.tar.gz |
Fixed build scripts to compile MyRocks as a plugin
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 22357ce7fc8..8aeefe39120 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 --without-plugin=plugin_file_key_management" +max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-libevent --without-plugin=plugin_file_key_management --with-plugin-rocksdb=dynamic" all_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-innodb_plugin --with-libevent" # |