summaryrefslogtreecommitdiff
path: root/BUILD/compile-alpha-debug
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-10-20 11:04:23 +0300
committerunknown <monty@hundin.mysql.fi>2001-10-20 11:04:23 +0300
commitfef5292a47be904f1cf2ccbef1489a8a10e0cf79 (patch)
treebd2655b5a96405bd45e975746c8025dc72b39512 /BUILD/compile-alpha-debug
parent02cbb3fa80e1c26897a383a09f1ca08918d2347f (diff)
downloadmariadb-git-fef5292a47be904f1cf2ccbef1489a8a10e0cf79.tar.gz
Fix bugs in LEFT JOIN and field=NUL
BUILD/FINISH.sh: Remove all config.cache files BUILD/compile-alpha-debug: Update BUILD/compile-ia64-debug-max: Update Docs/manual.texi: Added auto_increment example sql/sql_select.cc: Fix bugs in LEFT JOIN and field=NULL sql/sql_yacc.yy: Remove compiler warnings
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