diff options
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-x | BUILD/SETUP.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 7e561e85f58..f698df61739 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -168,6 +168,8 @@ local_infile_configs="--enable-local-infile" max_no_embedded_configs="$SSL_LIBRARY --with-plugins=max" max_no_ndb_configs="$SSL_LIBRARY --with-plugins=max-no-ndb --with-embedded-server" max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server" +# Disable NDB in maria max builds +max_configs=$max_no_ndb_configs # # CPU and platform specific compilation flags. |