diff options
author | mikron@c-4d08e253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2006-02-01 10:06:07 +0100 |
---|---|---|
committer | mikron@c-4d08e253.1238-1-64736c10.cust.bredbandsbolaget.se <> | 2006-02-01 10:06:07 +0100 |
commit | 08e12cada9a8b424a0c8a46462cbafa3e9d11eb8 (patch) | |
tree | ee595d281d0c24ddb01956f2536edd9b4c49ea04 /BUILD | |
parent | 86a15e5e86f5365b3e217ad0bdbaa56685d6a6d2 (diff) | |
download | mariadb-git-08e12cada9a8b424a0c8a46462cbafa3e9d11eb8.tar.gz |
WL 2826: First step in error handling of ALTER TABLE for partitioning
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/SETUP.sh | 1 | ||||
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index eece41d72e6..e76507b1a77 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -71,6 +71,7 @@ pentium_cflags="$check_cpu_cflags" pentium64_cflags="$check_cpu_cflags -m64" ppc_cflags="$check_cpu_cflags" sparc_cflags="" +error_inject_flag="--with-error-inject " # be as fast as we can be without losing our ability to backtrace fast_cflags="-O3 -fno-omit-frame-pointer" diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index 7a11ad24c44..d065ed2bf71 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -3,7 +3,7 @@ path=`dirname $0` . "$path/SETUP.sh" $@ --with-debug=full -extra_flags="$pentium_cflags $debug_cflags $max_cflags" +extra_flags="$pentium_cflags $debug_cflags $max_cflags $error_inject_flag" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_configs $debug_configs $max_configs" |