summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorMichael Widenius <monty@mariadb.org>2017-05-11 17:08:40 +0300
committerMichael Widenius <monty@mariadb.org>2017-05-11 17:08:40 +0300
commit1fbf1c6d7c0a2b8dca3b41103042d57d80bb227d (patch)
tree064952cf4f1d3671a98144a6479e24f1ce33b31d /BUILD/SETUP.sh
parentf4df8c00c957146f04db031f1f9f80aab229d1d2 (diff)
downloadmariadb-git-1fbf1c6d7c0a2b8dca3b41103042d57d80bb227d.tar.gz
Build MyRocks as a plugin (as static compilation doesn't work)
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-xBUILD/SETUP.sh2
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"
#