diff options
author | monty@mashka.mysql.fi <> | 2003-06-29 12:58:43 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-06-29 12:58:43 +0300 |
commit | 81a84424ee250b77ed8981e301bca64ec1c35f7e (patch) | |
tree | d033a2cb19acc7382add71516ff61db3dd936e95 /BUILD/compile-pentium-debug-max | |
parent | 863c563481c2275000dd327fedefde489db007a7 (diff) | |
download | mariadb-git-81a84424ee250b77ed8981e301bca64ec1c35f7e.tar.gz |
SET CHARACTER SET DEFAULT didn't work (Bug #462)
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" |