mariadb/mysql-test/include
He Zhenxing a018e98cba BUG#37051 Replication rules not evaluated correctly
The problem of this bug is that we need to get the list of tables
to be updated for a multi-table update statement, which requires to
open all the tables referenced by the statement and resolve all
the fields involved in update in order to figure out the list of
tables for update. However if there are replicate filter rules,
some tables might not exist on slave and result in a failure
before we could examine the filter rules.

I think the whole problem can not be solved on slave alone,
the master must record and send the information of tables
involved for update to slave, so that the slave do not need to
open all the tables referenced by the multi-table update statement to
figure out which tables are involved for update.

So a status variable is added to Query_log event to store the
value of table map for update on master. And on slave, it will
try to get the value of this variable and use it to examine
filter rules without opening any tables on slave, if this values
is not available, the old approach is used and thus the bug will
still occur for when replicating from old masters.


sql/sql_class.h:
  add member table_map_for_update to THD
sql/sql_parse.cc:
  check filter rules by using table_map_for_update value
sql/sql_update.cc:
  save the value of table_map_for_update
2008-07-31 14:24:27 +08:00
..
add_anonymous_users.inc Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-26 11:49:24 +01:00
analyze_failure_sync_with_master.test Add analyze_testcase_failure which is called when mysqltest has failed 2006-10-24 17:36:46 +02:00
big_test.inc Moved some old test and added a new test to only be run with mysql-test-run --big 2005-04-07 19:24:14 +03:00
binlog_cache_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
bulk_insert_buffer_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
charset_basic.inc Third set of fixes for bug#35988. 2008-04-15 15:44:11 +02:00
check-testcase.test Turn on --check-testcase by default 2008-04-09 12:27:39 +02:00
check-warnings.test Fix return code from check-warnings to indicate if test failed or not. 2008-04-09 14:38:42 +02:00
check_var_limit.inc Add detection of in_addr_t 2003-08-28 06:08:17 +03:00
circular_rpl_for_4_hosts_init.inc WL#3754, circular replication tests 2008-04-25 20:54:42 +04:00
circular_rpl_for_4_hosts_sync.inc WL#3754, testing circular replication 2008-04-25 00:41:04 +04:00
collation_basic.inc Third set of fixes for bug#35988. 2008-04-15 15:44:11 +02:00
commit.inc Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl 2008-04-03 11:50:43 +02:00
common-tests.inc Added --pipe option for faster compile 2006-06-06 20:21:36 +03:00
concurrent.inc This changeset belongs to 2006-08-16 14:58:49 +02:00
connect2.inc Avoid races in connect.test. 2008-03-17 14:26:00 +03:00
ctype_common.inc Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b27580 2008-03-06 08:41:05 +04:00
ctype_filesort.inc bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_german.inc Bug#27877 incorrect german order in utf8_general_ci 2008-02-11 16:28:33 +04:00
ctype_innodb_like.inc ctype_innodb_like.inc: 2005-07-06 17:16:22 +05:00
ctype_like_escape.inc Add printout of file in which warning was detected 2006-10-06 00:57:10 +02:00
ctype_like_range_f1f2.inc Bug#32510 LIKE search fails with indexed 'eucjpms' and 'ujis' char column 2008-02-04 11:10:40 +04:00
ctype_regex.inc Bug#31081 server crash in regexp function 2007-10-05 12:15:11 +05:00
ddl_i18n.check_events.inc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
ddl_i18n.check_sp.inc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
ddl_i18n.check_triggers.inc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
ddl_i18n.check_views.inc Fix for Bug#30217: Views: changes in metadata behaviour 2008-02-22 13:30:33 +03:00
deadlock.inc Merge moksha.local:/Users/davi/mysql/push/bugs/25164-5.0 2007-08-27 10:19:58 -03:00
default_my.cnf WL#4189 2007-12-12 18:19:24 +01:00
default_mysqld.cnf Check warnings in servers error log as part of test case 2008-04-08 16:51:26 +02:00
default_ndbd.cnf WL#4189 2007-12-12 18:19:24 +01:00
delayed_insert_limit_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
delayed_queue_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
delete_anonymous_users.inc Masking out some more errors and warnings that are benign. 2008-02-04 07:15:14 +01:00
diff_tables.inc BUG#31168: @@hostname does not replicate 2008-03-07 13:59:36 +01:00
endspace.inc Move common trailing space checks into an include file. 2004-12-01 19:25:05 +04:00
get_binlog_dump_thread_id.inc Workaround non portable use of "grep" and "cut" by loading the whole processlist 2007-02-26 09:16:22 +01:00
gis_generic.inc Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50 2007-03-29 12:00:32 +02:00
gis_keys.inc Bug#31909 - New gis.test creates warnings files 2007-11-01 15:03:09 +01:00
grant_cache.inc This changeset belongs to the fix of Bug#735 Prepared Statements: there is no support for Query Cache 2007-05-24 22:13:49 +02:00
handler.inc Bug#31397 Inconsistent drop table behavior of handler tables. 2007-11-20 15:17:53 -02:00
have_32bit.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
have_64bit.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
have_archive.inc compilation error fix 2007-06-09 16:05:43 +05:00
have_big5.inc "like" did not work in some cases with character set big5 2003-12-24 16:59:48 +04:00
have_binlog_format_mixed.inc Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:20:49 +02:00
have_binlog_format_mixed_or_row.inc Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:20:49 +02:00
have_binlog_format_mixed_or_statement.inc Add "have_log_bin" requirement for fast skip when running without binlog 2007-06-07 20:35:32 +02:00
have_binlog_format_row.inc Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:20:49 +02:00
have_binlog_format_row_or_statement.inc WL#3949, added skip combinations for some conditions 2007-11-21 23:44:31 +03:00
have_binlog_format_statement.inc Bug#28369 rpl test cases fail with binlog disabled 2007-06-07 19:20:49 +02:00
have_blackhole.inc Fix faulty select to check for existence of blackhole support 2007-12-13 16:07:49 +01:00
have_case_sensitive_file_system.inc Bugs#17647: Trouble with "create database" 2006-05-04 11:55:09 +05:00
have_community_features.inc Fix up merge. Some macros are now functions. Some functions are 2007-05-02 14:13:33 -04:00
have_compress.inc added compress/uncompress function 2003-04-09 20:50:30 -04:00
have_cp866.inc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
have_cp932.inc Added cp932 character set 2005-05-05 10:36:17 -07:00
have_cp1250_ch.inc Bug#8840 Empty string comparison and character set 'cp1250' 2005-03-03 14:15:37 +04:00
have_cp1251.inc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
have_crypt.inc Fixes for Netware 2003-01-28 08:38:28 +02:00
have_csv.inc compilation error fix 2007-06-09 16:05:43 +05:00
have_debug.inc Robustness feature. 2004-06-20 19:11:02 +02:00
have_eucjpms.inc Skip cp932 and eucjpms tests when the character sets are not compiled. 2005-02-01 14:37:51 +04:00
have_euckr.inc Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
have_example_plugin.inc Add support for loading example plugin and add plugin.test 2006-12-15 00:09:56 +01:00
have_exampledb.inc compilation error fix 2007-06-09 16:05:43 +05:00
have_gb2312.inc Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
have_gbk.inc ctype-gbk.c: 2005-07-22 21:06:02 +05:00
have_geometry.inc Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
have_innodb.inc WL#4077 fix for innodb test that were skipped 2007-12-20 23:57:06 +03:00
have_koi8r.inc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
have_latin2_ch.inc Bug#17374: select ... like 'A%' operator fails to find value on columuns with key 2006-03-20 16:28:25 +04:00
have_local_infile.inc Changes to fix tests in pushbuild. 2008-01-31 12:17:40 +01:00
have_log_bin.inc BUG#38127: main.mysqlbinlog_base64 fails sporadically on pushbuild 2008-07-16 11:50:11 +02:00
have_lowercase0.inc Backport test cases fixes from 5.0 2006-10-19 10:54:23 +02:00
have_lowercase1.inc Bug #27653: Temp table can't be created if lower_case_table_names=1 and 2007-04-30 23:16:46 +02:00
have_multi_ndb.inc Bug #34244 Test ndb_binlog_log_bin fails for 'drop table if 2008-02-03 11:48:45 +01:00
have_ndb.inc Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb 2007-07-13 15:59:06 +02:00
have_ndb_extra.inc wl2325 wl2324 2006-01-12 19:51:02 +01:00
have_ndbapi_examples.inc WL#4189 2007-12-12 18:19:24 +01:00
have_outfile.inc Change "exec rm" to "remove_file" 2007-06-27 18:21:20 +02:00
have_partition.inc Bug# 16718 partitioning support status variable has incorrect name 2006-01-23 08:42:32 -06:00
have_query_cache.inc Fix for BUG#735 "Prepared Statements: there is no support for Query 2007-03-09 18:09:57 +01:00
have_sjis.inc #3290: Can't convert sjis&ujis half-width katakana correctly 2004-03-25 14:29:56 +04:00
have_ssl.inc Add "have_ssl" as synonym for "have_openssl" 2007-03-05 10:03:42 +01:00
have_symlink.inc Fix for valgrind errors in test: require symlink support for partition_not_windows.test 2007-04-25 20:21:55 +02:00
have_tis620.inc Bug 1552: 2003-12-25 20:11:01 +04:00
have_ucs2.inc Character set sets now check if required non-dynamic charsets were really compiled 2003-05-23 15:10:05 +05:00
have_udf.inc Add support for loading example plugin and add plugin.test 2006-12-15 00:09:56 +01:00
have_ujis.inc Character set sets now check if required non-dynamic charsets were really compiled 2003-05-23 15:10:05 +05:00
have_utf8.inc Patch for the following bugs: 2007-06-28 21:34:54 +04:00
index_merge1.inc Merge magare.gmz:/home/kgeorge/mysql/work/mysql-5.0-opt 2007-07-18 15:56:29 +03:00
index_merge2.inc Merge chilla.local:/home/mydev/mysql-5.1--main 2006-09-14 21:44:17 +02:00
index_merge_2sweeps.inc This changeset belongs to 2006-08-16 14:58:49 +02:00
index_merge_ror.inc Merge mysql.com:/home/svoj/devel/mysql/BUG25048/mysql-5.0-engines 2006-12-26 18:04:31 +04:00
index_merge_ror_cpk.inc This changeset belongs to 2006-08-16 14:58:49 +02:00
innodb_concurrency_tickets_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
innodb_max_purge_lag_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
innodb_rollback_on_timeout.inc Bug#32754 - InnoDB tests do not prepare or clean up correctly 2007-11-27 09:25:45 +01:00
innodb_sync_spin_loops_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
innodb_trx_weight.inc Apply the following innodb-5.1-* snapshots: ss1489, ss1496, ss1550, ss1569. 2007-07-10 05:37:43 -06:00
is_embedded.inc Bug#35997 Event scheduler seems to let the server crash, if it is embedded. 2008-05-09 10:26:06 +02:00
join_buffer_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
key_buffer_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
key_cache_age_threshold_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
key_cache_block_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
key_cache_division_limit_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
linux_sys_vars.inc System variable tests delivered by Folio3 (see WL4288). 2008-04-10 15:14:28 +02:00
load_sysvars.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
loaddata_autocom.inc WL#4189 2007-12-12 18:19:24 +01:00
log_warnings_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
master-slave-end.inc new files 2006-04-12 15:56:29 +02:00
master-slave-reset.inc BUG#37733: rpl.rpl_flushlog_loop 'row' fails sporadically on pushbuild 2008-07-15 12:01:54 +02:00
master-slave.inc Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint 2007-06-07 20:27:19 +02:00
max_binlog_cache_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
max_connect_errors_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
max_heap_table_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
max_seeks_for_key_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
max_tmp_tables_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
max_write_lock_count_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
min_examined_row_limit_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
mix1.inc Merge 5.1 -> 5.1-rpl 2008-07-06 19:07:30 +02:00
mix2.inc Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1 2007-06-06 10:57:07 -07:00
mix2_ucs2.inc 5.1-specific fix for bug #18743. 2007-02-19 15:31:55 +03:00
mtr_check.sql Improve readability of check testcase data and add order by 2008-04-09 22:06:02 +02:00
mtr_warnings.sql Add warning supressions for bug#31590 and bug#26402 that gort lost when 2008-04-24 13:26:28 +02:00
multi_range_count_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
myisam_max_sort_file_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
myisam_repair_threads_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
myisam_sort_buffer_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
mysqltest-x.inc Bug#12959 mysqltest crashes if testcase passed with -x option 2005-09-05 16:50:32 +02:00
ndb_backup.inc WL#4189 2007-12-12 18:19:24 +01:00
ndb_backup_print.inc Bug#26899 ndb_restore cannot restore selected tables and databases 2007-03-07 13:19:37 +07:00
ndb_default_cluster.inc Bug #20820 auto inc table not handled correctly when restored from cluster backup 2006-07-06 18:50:44 +02:00
ndb_master-slave.inc correct include file 2007-09-05 18:02:46 +02:00
ndb_master-slave_2ch.inc WL#3754, testing circular replication 2008-04-25 00:41:04 +04:00
ndb_not_readonly.inc Revert removal of ER_GET_ERRMSG 2008-01-10 10:25:45 +01:00
ndb_restore_master.inc WL#4189 2007-12-12 18:19:24 +01:00
ndb_restore_slave_eoption.inc WL#4189 2007-12-12 18:19:24 +01:00
ndb_setup_slave.inc Changed mysql.apply_status, mysql.binlog_index, and mysql.schema to mysql.ndb_apply_status, mysql.ndb_binlog_index, and mysql.ndb_schema 2006-12-01 15:49:07 +01:00
ndb_wait_connected.inc Bug#32025 ndb_waiter does too many roundtrips to ndb_mgmd 2008-02-21 13:23:58 +01:00
net_retry_count_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
not_as_root.inc Use "eval select" when evaluating the environment variable "$MYSQL_TEST_ROOT" 2006-04-24 12:01:16 +02:00
not_embedded.inc Small fixes for merge. 2007-04-10 18:01:29 +03:00
not_ndb.inc wl2325 wl2324 2006-01-12 19:51:02 +01:00
not_ndb_default.inc Update 'abort_not_supported_test' to print a reason why the test was aborted 2006-07-19 14:25:52 +02:00
not_openssl.inc BUG#10589: des_encrypt functionality always return NULL 2005-06-17 18:07:46 +02:00
not_valgrind.inc WL#3337 (Events new architecture) 2006-07-17 16:52:45 +02:00
not_windows.inc Update 'abort_not_supported_test' to print a reason why the test was aborted 2006-07-19 14:25:52 +02:00
one_thread_per_connection.inc Fixed compiler warnings 2007-02-23 13:13:55 +02:00
parser_bug21114.inc Bug#21114 (Foreign key creation fails to table with name format) 2006-11-02 11:01:53 -07:00
ps_conv.inc Bug#27590: Wrong DATE/DATETIME comparison. 2007-04-27 00:12:09 +04:00
ps_create.inc bug#10466: Datatype "timestamp" displays "YYYYMMDDHHMMSS" irrespective of display sizes. 2005-06-20 12:09:00 +02:00
ps_modify.inc Bug#33699: The UPDATE statement allows NULL as new value on a NOT NULL 2008-01-11 05:06:08 +04:00
ps_modify1.inc Small bug fix 2004-12-13 21:00:43 +01:00
ps_query.inc Bug #32400: Complex SELECT query returns correct result 2007-11-20 19:18:21 +02:00
ps_renew.inc Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
query_alloc_block_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
query_cache.inc Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1 2007-06-06 10:57:07 -07:00
query_cache_limit_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
query_cache_min_res_unit_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
query_cache_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
query_cache_sql_prepare.inc Fix for BUG#25843: changing default database between PREPARE and EXECUTE 2007-08-31 20:42:14 +04:00
query_prealloc_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
range_alloc_block_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
read_many_rows.inc Merge 50 -> 51 (-opt changesets) 2007-08-01 18:59:41 -06:00
report-features.test add --report-features to mysql-test-run.pl 2006-11-10 13:12:08 +01:00
reset_master_and_slave.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
restart_mysqld.inc Rename "shutdown" -> "send_shutdown" and "kill_server" to "shutdown_server" 2008-04-21 17:39:13 +02:00
rowid_order.inc This changeset belongs to 2006-08-16 19:29:49 +02:00
rpl_events.inc Merge 5.1->5.1-rpl 2008-05-30 11:12:07 +02:00
rpl_multi_engine.inc WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
rpl_multi_engine2.inc BUG#21842 (Cluster fails to replicate to innodb or myisam with err 134 2007-08-26 14:31:10 +02:00
rpl_multi_engine3.inc Removing sleeps; rpl_row_basic_8partition falls from 2 minutes 2006-09-07 18:01:42 +02:00
rpl_recovery_rank_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
rpl_stmt_seq.inc Bug#18946 Test case rpl_ndb_ddl disabled 2007-03-06 18:15:31 +01:00
rpl_udf.inc Added ORDER BY to udf select so that results are ordered. 2007-08-29 14:36:08 -07:00
safe_set_to_maybe_ro_var.inc Bug#22067 rpl_rbr_to_sbr and some other fail if NDB is default storage 2006-09-15 17:25:13 +03:00
select_ndb_apply_status.inc select_ndb_apply_status.inc: 2007-06-21 23:29:14 +02:00
server_id_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
set_binlog_format_mixed.sql WL#3949 Test should set binlog format dnamically 2007-11-23 13:29:31 +01:00
set_binlog_format_row.sql WL#3949 Test should set binlog format dnamically 2007-11-23 13:29:31 +01:00
set_binlog_format_statement.sql WL#3949 Test should set binlog format dnamically 2007-11-23 13:29:31 +01:00
show_binary_logs.inc Bug #18199 PURGE BINARY LOGS fails silently with missing logs; 2008-03-17 20:19:04 +02:00
show_binlog_events.inc BUG#33029 5.0 to 5.1 replication fails on dup key when inserting 2008-03-14 11:35:41 +08:00
show_binlog_events2.inc Fixes to make tests pass on pushbuild. 2008-01-31 15:53:47 +01:00
show_binlog_using_logname.inc Many files: 2007-06-21 21:58:59 +02:00
show_master_logs.inc Fix for versional test 2008-01-14 15:38:02 +08:00
show_master_status.inc Fix for versional test 2008-01-14 15:38:02 +08:00
show_msg.inc Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
show_msg80.inc Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
show_slave_status.inc BUG#24954 (Last_errno and Last_error not set after master_retry_count has 2007-06-11 22:15:39 +02:00
show_slave_status2.inc Fix for versional test 2008-01-14 15:38:02 +08:00
slave_transaction_retries_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
sort_buffer_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
sp-vars.inc Remove compiler warnings 2006-11-20 22:42:06 +02:00
start_slave.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-14 11:41:23 +02:00
stop_slave.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-14 11:41:23 +02:00
strict_autoinc.inc Bug#18908: ERROR 1406 (22001): Data too long for column :: using utf8 2006-10-30 10:14:03 +04:00
sync_binlog_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
sync_slave_io_with_master.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
system_db_struct.inc WL #3031 2006-12-11 11:44:03 -05:00
test_fieldsize.inc BUG#22086 : Extra Slave Col: Char(5) on slave and Char(10) on master cause mysqld crash 2007-08-10 12:48:01 -04:00
test_outfile.inc Make it possible to run mysql-test-run.pl with default test suite in different vardir. 2006-01-24 08:30:54 +01:00
testdb_only.inc WL#4189 2007-12-12 18:19:24 +01:00
timestamp_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
tmp_table_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
tpcb.inc Many files: 2007-06-21 21:58:59 +02:00
tpcb_disk_data.inc Many files: 2007-06-21 21:58:59 +02:00
transaction_alloc_block_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
transaction_prealloc_size_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
unsafe_binlog.inc Bug #28757 Test program / embedded server crash in test "unsafe_binlog_innodb" 2007-06-12 17:53:16 +05:00
uses_vardir.inc Bug#28718 Running backup testcase fails in mysql testsuite of MySQL-enterprise-5.0.40 2007-06-07 23:18:19 +02:00
varchar.inc Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1 2007-06-06 10:57:07 -07:00
wait_condition.inc Fix for 2008-06-25 16:59:38 +02:00
wait_condition.inc.moved Upmerge 5.0 -> 5.1 2008-06-25 19:01:17 +02:00
wait_for_binlog_event.inc WL#4091, replace sleeps 2008-02-28 14:36:14 +03:00
wait_for_query_to_suceed.inc Bug#18654 Test is timing-dependent and fails from scheduling effects (?) 2006-10-30 14:42:28 +01:00
wait_for_slave_io_to_stop.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
wait_for_slave_param.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
wait_for_slave_sql_error.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
wait_for_slave_sql_error_and_skip.inc BUG#37051 Replication rules not evaluated correctly 2008-07-31 14:24:27 +08:00
wait_for_slave_sql_to_start.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
wait_for_slave_sql_to_stop.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
wait_for_slave_to_start.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
wait_for_slave_to_stop.inc BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
wait_timeout_basic.inc Fixes for bug#36522. 2008-05-08 20:13:39 +02:00
wait_until_connected_again.inc Allow 2002 as a valid error for connect fails. It's common on windows where 2008-04-24 14:16:32 +02:00
wait_until_disconnected.inc Fix for main.events_restart 2008-04-20 22:24:00 +04:00
wait_until_rows_count.inc BUG#25211: events_bugs.test fails on sapsrv1 2007-01-19 18:33:48 +03:00
windows.inc Add test for named pipes on windows 2007-09-24 12:42:44 +02:00
windows_sys_vars.inc System variable tests delivered by Folio3 (see WL4288). 2008-04-10 15:14:28 +02:00