diff options
author | unknown <monty@mashka.mysql.fi> | 2003-06-29 12:58:43 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-06-29 12:58:43 +0300 |
commit | e224c1238d58c99b10ff6f55f816bee09be146c8 (patch) | |
tree | d033a2cb19acc7382add71516ff61db3dd936e95 /BUILD/compile-pentium-debug-max | |
parent | 5768f4a34ed7218c61ed34cf5b76eee66b715224 (diff) | |
download | mariadb-git-e224c1238d58c99b10ff6f55f816bee09be146c8.tar.gz |
SET CHARACTER SET DEFAULT didn't work (Bug #462)
BUILD/compile-pentium-debug-max:
Removed -DBIG_TABLES because of problems with gdb 5.3
sql/set_var.cc:
SET CHARACTER SET DEFAULT didn't work
sql/set_var.h:
SET CHARACTER SET DEFAULT didn't work
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 f71b849384f..1684686ce8c 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 -DBIG_TABLES" +extra_flags="$pentium_cflags $debug_cflags" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_configs $debug_configs" |