summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-02-25 21:43:24 +0200
committerunknown <monty@narttu.mysql.fi>2003-02-25 21:43:24 +0200
commita54c17cef319e5b31dfb7569929efefbe421f60b (patch)
treeef16fe4c8cc302b682517ba6fafcda8da6d043e7 /BUILD
parentbaa0238c9465171c6886add1738dbaadc9ae8b3f (diff)
downloadmariadb-git-a54c17cef319e5b31dfb7569929efefbe421f60b.tar.gz
Portability fix for HPUX10.20
BUILD/compile-pentium-debug-max: Added -DBIG_TABLES sql/mysqld.cc: Simple code cleanup
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium-debug-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max
index 1684686ce8c..f71b849384f 100755
--- a/BUILD/compile-pentium-debug-max
+++ b/BUILD/compile-pentium-debug-max
@@ -3,7 +3,7 @@
path=`dirname $0`
. "$path/SETUP.sh"
-extra_flags="$pentium_cflags $debug_cflags"
+extra_flags="$pentium_cflags $debug_cflags -DBIG_TABLES"
c_warnings="$c_warnings $debug_extra_warnings"
cxx_warnings="$cxx_warnings $debug_extra_warnings"
extra_configs="$pentium_configs $debug_configs"