diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-05 19:04:34 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-05 19:04:34 -0600 |
commit | 96c3bd94327cd920985724c8d2799a952ea4bf57 (patch) | |
tree | 6d93316a19092ccce1647ddfbb727d57b84ee96a /BUILD/compile-pentium-debug-max | |
parent | 3b91fce6b897ede7f43daec50433559c9a3eac51 (diff) | |
download | mariadb-git-96c3bd94327cd920985724c8d2799a952ea4bf57.tar.gz |
moved bdb/innobase to compile-pentium-debug-max
fixed bug in variable assignment in mysqltest
fixed coredump on conversion from empty blob/text to date
added test case for empty blob conversion to date
BUILD/compile-pentium-debug:
move bdb/innobase to compile-pentium-debug-max
client/mysqltest.c:
fixed bug in variable assignment
sql/time.cc:
fixed coredump on conversion from empty blob/text to date
Diffstat (limited to 'BUILD/compile-pentium-debug-max')
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max new file mode 100755 index 00000000000..2800ace97c5 --- /dev/null +++ b/BUILD/compile-pentium-debug-max @@ -0,0 +1,13 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +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" + +extra_configs="$extra_configs --with-berkeley-db --with-innobase" + +. "$path/FINISH.sh" |