summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-debug-max
diff options
context:
space:
mode:
authormikron@c-4d08e253.1238-1-64736c10.cust.bredbandsbolaget.se <>2006-02-01 10:06:07 +0100
committermikron@c-4d08e253.1238-1-64736c10.cust.bredbandsbolaget.se <>2006-02-01 10:06:07 +0100
commit08e12cada9a8b424a0c8a46462cbafa3e9d11eb8 (patch)
treeee595d281d0c24ddb01956f2536edd9b4c49ea04 /BUILD/compile-pentium-debug-max
parent86a15e5e86f5365b3e217ad0bdbaa56685d6a6d2 (diff)
downloadmariadb-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-xBUILD/compile-pentium-debug-max2
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"