diff options
author | unknown <monty@narttu.mysql.fi> | 2003-02-25 21:43:24 +0200 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-02-25 21:43:24 +0200 |
commit | a54c17cef319e5b31dfb7569929efefbe421f60b (patch) | |
tree | ef16fe4c8cc302b682517ba6fafcda8da6d043e7 /BUILD/compile-pentium-debug-max | |
parent | baa0238c9465171c6886add1738dbaadc9ae8b3f (diff) | |
download | mariadb-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/compile-pentium-debug-max')
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 2 |
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" |