diff options
author | unknown <jani@labbari.dsl.inet.fi> | 2007-07-07 22:13:36 +0300 |
---|---|---|
committer | unknown <jani@labbari.dsl.inet.fi> | 2007-07-07 22:13:36 +0300 |
commit | 81e32ad00bc76a08b63d68ad600e4a3db8caaee3 (patch) | |
tree | 866327a921acf293b57583832e4ee368b02be868 /BUILD | |
parent | 8c35eec8af8095bacecf9c681165768bc50e2158 (diff) | |
parent | ebd53ca2e62f85422afe1be0d57eb7aed1642bb1 (diff) | |
download | mariadb-git-81e32ad00bc76a08b63d68ad600e4a3db8caaee3.tar.gz |
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1
into labbari.dsl.inet.fi:/home/my/bk/mysql-maria.prod
configure.in:
Auto merged
include/my_base.h:
Auto merged
mysql-test/lib/mtr_report.pl:
Auto merged
mysql-test/t/disabled.def:
Auto merged
sql/mysql_priv.h:
Auto merged
sql/share/errmsg.txt:
Auto merged
storage/csv/ha_tina.cc:
Auto merged
storage/myisam/ft_parser.c:
Auto merged
Diffstat (limited to 'BUILD')
-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 941a63a209f..39d12a8320a 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -4,7 +4,7 @@ path=`dirname $0` set -- "$@" --with-debug=full . "$path/SETUP.sh" -extra_flags="$pentium_cflags $debug_cflags" +extra_flags="$pentium_cflags $debug_cflags -DSTACK_DIRECTION=-1" extra_configs="$pentium_configs $debug_configs $max_configs $error_inject --with-experimental-collations" . "$path/FINISH.sh" |