diff options
author | unknown <pappa@c-5c0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-02-03 12:05:29 -0500 |
---|---|---|
committer | unknown <pappa@c-5c0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-02-03 12:05:29 -0500 |
commit | e254606f0bbf993a21b6f1f0ad5fe12be8739cbe (patch) | |
tree | 8337d447b8cd8b32fc537b3fdc7c8f36196e34fc /BUILD/compile-pentium-debug-max | |
parent | 04c95dc23a659e0abbd4aa1e8159ae350754dfbf (diff) | |
download | mariadb-git-e254606f0bbf993a21b6f1f0ad5fe12be8739cbe.tar.gz |
WL #2826: Sixth step, made it work with test cases
BUILD/SETUP.sh:
Fixed BUILD scripts
BUILD/compile-pentium-debug-max:
Fixed BUILD scripts
sql/ha_partition.cc:
Need to handle states differently when creating handler files
sql/mysql_priv.h:
Some error inject fixes
sql/mysqld.cc:
Some error inject fixes
sql/set_var.cc:
Some error inject fixes
sql/sql_partition.cc:
Fixing a bug with generate partition syntax
A number of fixes
sql/sql_table.cc:
Fix a few bugs
sql/table.cc:
fix
Diffstat (limited to 'BUILD/compile-pentium-debug-max')
-rwxr-xr-x | BUILD/compile-pentium-debug-max | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index d065ed2bf71..9aa71239bd8 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -3,9 +3,9 @@ path=`dirname $0` . "$path/SETUP.sh" $@ --with-debug=full -extra_flags="$pentium_cflags $debug_cflags $max_cflags $error_inject_flag" +extra_flags="$pentium_cflags $debug_cflags $max_cflags" c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" -extra_configs="$pentium_configs $debug_configs $max_configs" +extra_configs="$pentium_configs $debug_configs $max_configs $error_inject" . "$path/FINISH.sh" |