summaryrefslogtreecommitdiff
path: root/BUILD/compile-alpha-debug
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-10-20 11:04:23 +0300
committermonty@hundin.mysql.fi <>2001-10-20 11:04:23 +0300
commit915f1aeef5cf88be313b3870e30301821f46a58c (patch)
treebd2655b5a96405bd45e975746c8025dc72b39512 /BUILD/compile-alpha-debug
parent779695c17bbbabe6e28170c461c136eea6088b1e (diff)
downloadmariadb-git-915f1aeef5cf88be313b3870e30301821f46a58c.tar.gz
Fix bugs in LEFT JOIN and field=NUL
Diffstat (limited to 'BUILD/compile-alpha-debug')
-rwxr-xr-xBUILD/compile-alpha-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-alpha-debug b/BUILD/compile-alpha-debug
index 6672027445e..06b5a10675e 100755
--- a/BUILD/compile-alpha-debug
+++ b/BUILD/compile-alpha-debug
@@ -3,5 +3,5 @@ make -k clean
/bin/rm -f config.cache
aclocal; autoheader; aclocal; automake; autoconf
-CFLAGS=-O6 CXX=gcc CXXFLAGS="-O6 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug
+CFLAGS=-O6 CXX=gcc CXXFLAGS="-O6 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex
make