diff options
author | unknown <mikron@c-4d08e253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-02-01 10:06:07 +0100 |
---|---|---|
committer | unknown <mikron@c-4d08e253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-02-01 10:06:07 +0100 |
commit | 520dffb5204a471030c3e43494cd3419136bce05 (patch) | |
tree | ee595d281d0c24ddb01956f2536edd9b4c49ea04 /BUILD/compile-pentium-debug-max | |
parent | 3a2b70f8414a1ee02f8a210f22a2707f66bf0ce5 (diff) | |
download | mariadb-git-520dffb5204a471030c3e43494cd3419136bce05.tar.gz |
WL 2826: First step in error handling of ALTER TABLE for partitioning
BUILD/SETUP.sh:
Add possibility for BUILD scripts to add error inject flag
BUILD/compile-pentium-debug-max:
Add error inject flag to this script
configure.in:
Add handling of --with-error-inject in configure script
sql/ha_ndbcluster.cc:
Add possibility to rename handler file
sql/ha_ndbcluster.h:
Add possibility to rename handler file
sql/ha_partition.cc:
Add possibility to rename handler file
sql/ha_partition.h:
Add possibility to rename handler file
sql/handler.h:
Add possibility to rename handler file
sql/mysql_priv.h:
Add error inject macros
sql/mysqld.cc:
Add error inject system variables
sql/set_var.cc:
Add error inject system variables
sql/sql_class.h:
Add error inject system variables
sql/sql_table.cc:
Start modifying code for introducing table log, Step 1
sql/unireg.cc:
Add rename flag to handler file call
sql/sql_partition.cc:
Changes to ADD/DROP/CHANGE partitions
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" |