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/compile-pentium-debug-max | |
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/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 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" |