From 96c3bd94327cd920985724c8d2799a952ea4bf57 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Apr 2001 19:04:34 -0600 Subject: 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 --- BUILD/compile-pentium-debug-max | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 BUILD/compile-pentium-debug-max (limited to 'BUILD/compile-pentium-debug-max') 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" -- cgit v1.2.1