diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2009-09-10 12:11:23 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2009-09-10 12:11:23 +0400 |
commit | 30ce64cbee7f2abf6c0bf108159d8ba02772016c (patch) | |
tree | 8c73e2e342b847172e22371deed227e472fb97a1 /BUILD | |
parent | 64fa6d9b940fa7a8619d8b1faff197abd28624fc (diff) | |
download | mariadb-git-30ce64cbee7f2abf6c0bf108159d8ba02772016c.tar.gz |
Exclude innodb_plugin form MariaDB's max and max-no-ndb configurations and
from the default build. We have xtradb instead.
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 7677119843c..8892e1793f1 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -153,7 +153,7 @@ base_configs="--prefix=$prefix --enable-assembler " base_configs="$base_configs --with-extra-charsets=complex " base_configs="$base_configs --enable-thread-safe-client " base_configs="$base_configs --with-big-tables" -base_configs="$base_configs --with-plugin-maria --with-maria-tmp-tables" +base_configs="$base_configs --with-plugin-maria --with-maria-tmp-tables --without-plugin-innodb_plugin" if test -d "$path/../cmd-line-utils/readline" then |