mariadb/mysql-test/include
Venkatesh Duggirala 6f3e77e516 Bug#15948818-SEMI-SYNC ENABLED MASTER CRASHES WHEN EVENT
SCHEDULER DROPS EVENTS

Problem: On a semi sync enabled server (Master/Slave),
if event scheduler drops an event after completion,
server crashes.

Analaysis: If an event is created with "ON COMPLETION
NOT PRESERVE" clause, event scheduler deletes the event
upon event completion(expiration) and the thread object
will be destroyed. In the destructor of the thread object,
mysys_var member is set to zero explicitly. Later from
the same destructor call(same execution path),
incase of semi sync enabled server, while cleanup is called,
THD::mysys_var member is accessed by THD::enter_cond()
function which causes server to crash.

Fix: mysys_var should not be explicitly set to zero and
also it is not required.
2013-03-29 09:28:31 +05:30
..
add_anonymous_users.inc
analyze-sync_with_master.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
analyze-timeout.test WL#4350 Add missing 'exit' 2008-09-09 09:49:58 +02:00
assert.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
begin_include_file.inc BUG#11745230: 12133: MASTER.INDEX FILE KEEPS MYSQLD FROM STARTING IF 2011-11-24 17:15:58 +00:00
big_test.inc
binlog_inject_error.inc Merge next-mr -> next-4284. 2010-02-04 23:15:47 +03:00
bug38347.inc Backporting patches for Bug#38347 (ALTER ROUTINE privilege 2009-10-22 16:51:51 +04:00
check-testcase.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
check-warnings.test BUG#47612 - fix review comment 2009-10-07 16:25:36 +02:00
check_concurrent_insert.inc Follow-up to Bug #55582 which allows checking strings in if 2010-10-21 15:20:50 +02:00
check_events_off.inc 1. Fix for Bug#41111 events_bugs fails sporadically on pushbuild 2009-01-09 15:10:03 +01:00
check_ftwrl_compatible.inc some more if stmt simplifications 2010-12-17 11:30:59 +01:00
check_ftwrl_incompatible.inc some more if stmt simplifications 2010-12-17 11:30:59 +01:00
check_ipv6.inc Reviewed patch of QA results for WL#798. 2009-11-23 17:38:42 +01:00
check_key_reads.inc Bug#49369: No testcase for key caches on partitions 2009-12-03 13:31:56 +01:00
check_key_req.inc Bug#49369: No testcase for key caches on partitions 2009-12-03 13:31:56 +01:00
check_no_concurrent_insert.inc Follow-up to Bug #55582 which allows checking strings in if 2010-10-21 15:20:50 +02:00
check_no_row_lock.inc Yet another follow-up for the 5.5 version of fix for 2010-05-30 13:27:44 +04:00
check_shared_row_lock.inc A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
check_slave_is_running.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
check_slave_no_error.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
check_slave_param.inc Some if simplifications in tests 2010-12-20 15:15:01 +01:00
check_var_limit.inc
cleanup_fake_relay_log.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
commit.inc BUG#11758262 BUG#13043055: 2011-10-03 16:05:52 +05:30
common-tests.inc
concurrent.inc Bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog) 2009-06-04 23:36:34 +05:00
connect2.inc Avoid races in connect.test. 2008-03-17 14:26:00 +03:00
count_sessions.inc 1. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-02 22:20:25 +01:00
ctype_8bit.inc Bug#56639 Character Euro (0x88) not converted from cp1251 to utf8 2010-11-26 16:58:54 +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_czech.inc Bug#57737 Character sets: search fails with like, contraction, index 2010-11-26 13:44:39 +03:00
ctype_datetime.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
ctype_filesort.inc
ctype_filesort2.inc Cherry-picking patch for Bug#55980. 2010-08-31 18:22:03 +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_like.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
ctype_like_escape.inc
ctype_like_ignorable.inc Bug#57737 Character sets: search fails with like, contraction, index 2010-11-26 13:44:39 +03: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_numconv.inc Bug#11926811 / Bug#60625 Illegal mix of collations 2011-04-08 17:15:23 +04:00
ctype_regex.inc
ctype_utf8_table.inc BUG#51894 Replication failure with SBR on DROP TEMPORARY TABLE inside a 2010-04-20 10:10:43 +01:00
ctype_utf8mb4.inc Fixing non-determenistic results. 2010-03-05 12:17:19 +04:00
daemon_example_bad_format.ini BUG#12707948 : mysql_plugin cannot run on Windows 2011-07-19 10:27:15 -04:00
daemon_example_bad_soname.ini BUG#12707948 : mysql_plugin cannot run on Windows 2011-07-19 10:27:15 -04:00
ddl_i18n.check_events.inc
ddl_i18n.check_sp.inc backported: 2010-01-15 15:42:15 +04:00
ddl_i18n.check_triggers.inc
ddl_i18n.check_views.inc Fix for Bug#30217: Views: changes in metadata behaviour 2008-02-22 13:30:33 +03:00
deadlock.inc WL#5370 Keep forward-compatibility when changing 2010-08-18 17:35:41 +08:00
default_client.cnf WL#1349 Use operating system localization to send it as a default client character set 2009-10-21 17:59:47 +05:00
default_my.cnf Updated/added copyright headers 2011-06-30 17:46:53 +02:00
default_mysqld.cnf Updated/added copyright headers 2011-06-30 17:46:53 +02:00
default_ndbd.cnf Bug#39849 ndb tests fail sporadically on pushbuild: "out of connection objects" 2009-01-29 15:22:02 +01: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 Some if simplifications in tests 2010-12-20 15:15:01 +01:00
end_include_file.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
endspace.inc
file_does_not_exist.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
force_restart.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
force_restart_if_skipped.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
get_relay_log_pos.inc BUG#12359942- REPLICATION TEST FROM ENGINE SUITE RPL_ROW_UNTIL TIMES OUT 2013-02-15 00:40:32 +05:30
gis_generic.inc
gis_keys.inc Fix for bug #58650 "Failing assertion: primary_key_no == -1 || 2011-02-02 16:17:48 +03:00
grant_cache.inc Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
handler.inc Patch that refactors global read lock implementation and fixes 2010-11-11 20:11:05 +03:00
have_32bit.inc BUG#11754145: One of the test was failing. Patch to fix the test 2012-02-03 19:19:32 +05:30
have_64bit.inc BUG#11754145: Failing test cases. Patch to correct the test case. 2012-02-05 14:10:50 +05:30
have_archive.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_archive_plugin.inc Updates tests to handle thread pool correctly 2011-01-14 09:28:23 +01:00
have_big5.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_binlog_format_mixed.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_binlog_format_mixed_or_row.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_binlog_format_mixed_or_statement.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_binlog_format_row.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_binlog_format_row_or_statement.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_binlog_format_statement.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_blackhole.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_blackhole_plugin.inc Updates tests to handle thread pool correctly 2011-01-14 09:28:23 +01:00
have_case_insensitive_file_system.inc Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
have_case_insensitive_fs.inc Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
have_case_sensitive_file_system.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_compress.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_cp866.inc
have_cp932.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_cp1250_ch.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_cp1251.inc
have_crypt.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_csv.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_dbi_dbd-mysql.inc Fix for Bug#56817 - mysqlhotcopy tests fail when DBI and DBD-mysql perl modules are not found 2011-01-29 12:38:36 +01:00
have_debug.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_debug_sync.inc WL#4259 - Debug Sync Facility 2009-09-29 17:38:40 +02:00
have_dynamic_loading.inc merging 5.1 main -> 5.1-rep+2 -> 5.1-rep+3; binlog_unsafe , rpl_mysql_upgrade fail and are under treatment 2009-11-10 20:45:15 +02:00
have_eucjpms.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_euckr.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_example_plugin.inc Addendum to the fix for bug #11754014 2012-01-20 13:35:48 +02:00
have_exampledb.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_federated_plugin.inc Bug #11750417 40942: UNABLE TO INSTALL FEDERATED PLUGIN 2011-09-05 14:38:20 +02:00
have_gb2312.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_gbk.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_geometry.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_innodb.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
have_ipv4_mapped.inc New patch for bug#49579, now with "have_ipv4_mapped.inc". 2010-01-29 11:48:11 +01:00
have_koi8r.inc
have_latin2_ch.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_local_infile.inc Changes to fix tests in pushbuild. 2008-01-31 12:17:40 +01:00
have_log_bin.inc merged 5.1 main to 5.1-rpl 2008-08-04 07:04:47 +02:00
have_lowercase0.inc Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
have_lowercase1.inc
have_lowercase2.inc Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
have_multi_ndb.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_mysql_upgrade.inc BUG#43579 mysql_upgrade tries to alter log tables on replicated database 2009-09-28 14:24:19 +08:00
have_ndb.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_ndb_extra.inc
have_ndbapi_examples.inc merged 5.1 main to 5.1-rpl 2008-08-04 07:04:47 +02:00
have_nodebug.inc Bug#33637 SHOW PROCEDURE CODE/SHOW FUNCTION CODE sp_name gives a syntax error. 2009-10-29 10:51:04 -06:00
have_not_innodb_plugin.inc Bug#32430: 'show innodb status' causes errors 2009-09-25 11:26:49 +02:00
have_null_audit_plugin.inc BUG#14485479: INSTALL AUDIT PLUGIN HANGS IF WE TRY TO 2012-10-31 12:40:48 +05:30
have_outfile.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_partition.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_perfschema.inc Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
have_plugin_auth.inc Bug #11766854 addendum : 2011-03-18 10:31:39 +01:00
have_plugin_interface.inc due to merge 2010-10-20 16:56:09 +02:00
have_plugin_server.inc due to merge 2010-10-20 16:56:09 +02:00
have_profiling.inc Bug #44651 "have_community_features" variable should be renamed 2009-10-09 15:59:25 +02:00
have_query_cache.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_semisync_plugin.inc Addendum to the fix for bug #11754014 2012-01-20 13:35:48 +02:00
have_simple_parser.inc Addendum to the fix for bug #11754014 2012-01-20 13:35:48 +02:00
have_sjis.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_ssl.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_ssl_communication.inc WL#4641 Heartbeat testing 2009-10-02 23:24:40 +04:00
have_ssl_crypto_functs.inc Backport of: 2010-04-13 19:04:45 +04:00
have_symlink.inc Merge from 5.0. Add new 5.1 files. Drop bdb. 2008-07-04 14:48:25 -04:00
have_tis620.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_ucs2.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_udf.inc Addendum to the fix for bug #11754014 2012-01-20 13:35:48 +02:00
have_ujis.inc Bug#30563: Is not possible to create rpl_ or innodb test if needed \ 2008-07-04 12:41:27 -04:00
have_utf8.inc
have_utf8mb4.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
have_utf16.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
have_utf32.inc Backporting WL#1213 2010-02-24 13:15:34 +04:00
implicit_commit_helper.inc Backport of: 2009-12-03 18:47:20 +03:00
index_merge1.inc BUG#11754168: Reverting back changes as it is making other tests fail. 2011-11-03 12:30:09 +05:30
index_merge2.inc BUG#11754168: Reverting back changes as it is making other tests fail. 2011-11-03 12:30:09 +05:30
index_merge_2sweeps.inc
index_merge_ror.inc BUG#11754168: Reverting back changes as it is making other tests fail. 2011-11-03 12:30:09 +05:30
index_merge_ror_cpk.inc Bug#50402 Optimizer producing wrong results when using Index Merge on InnoDB 2010-09-16 16:13:53 +04:00
innodb-index.inc Move InnoDB tests from storage/innobase/mysql-test/ (where they were ignored) 2010-04-14 14:14:48 +03:00
innodb_rollback_on_timeout.inc
innodb_trx_weight.inc
install_semisync.inc Bug#15948818-SEMI-SYNC ENABLED MASTER CRASHES WHEN EVENT 2013-03-29 09:28:31 +05:30
io_thd_fault_injection.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
ipv6.inc Patch to fix bug#50981. Replace now the result ::1 by localhost for Windows. Both is valid. 2010-02-08 11:43:56 +01:00
ipv6_clients.inc Reviewed patch of QA results for WL#798. 2009-11-23 17:38:42 +01: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
kill_query.inc Follow-up to Bug #55582 which allows checking strings in if 2010-10-21 15:20:50 +02:00
kill_query_and_diff_master_slave.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
libdaemon_example.ini BUG#12969301 : mysql_plugin: enable is ignored if plugin exists 2012-01-24 11:08:57 -05:00
linux_sys_vars.inc Fix for Bug#36876: 2008-12-02 11:05:56 +01: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
master-slave.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
min_null_cond.inc Post-push fix to disable a subset of the test case for Bug#47762. 2010-03-19 09:23:44 +01:00
mix1.inc mtr: cleaned up some superfluos global warning suppressions 2011-03-30 14:55:53 +02:00
mix2.inc upmerge 55582 2010-08-05 14:41:07 +02:00
mix2_ucs2.inc
mtr_check.sql Updated/added copyright headers 2012-02-16 10:48:16 +01:00
mtr_warnings.sql Merge from mysql-5.1 to mysql-5.5. 2011-07-04 09:48:14 +02:00
mysql_upgrade_preparation.inc Tests: many if/while expresissons simplified after 57276 2010-11-17 11:16:13 +01:00
mysqlbinlog_have_debug.inc BUG#11762667:MYSQLBINLOG IGNORES ERRORS WHILE WRITING OUTPUT 2012-07-03 18:00:21 +05:30
mysqld--help.inc Bug #11759877 52223: TEST "PLUGIN_DIR_BASIC" DOES NOT SUPPORT RPM BUILD (TEST) DIRECTORY STRUC 2011-08-16 11:08:10 +02:00
mysqldump.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
mysqlhotcopy.inc Fix for Bug#59837 - mysqlhotcopy fails with wrong error (11) on specific platforms: 2011-02-08 10:51:09 +01:00
mysqltest-x.inc Bug #38181 Please print more debug info when tests fail 2008-08-04 21:54:44 +02:00
ndb_backup.inc merge 5.0 -> 5.1 2009-03-15 18:39:48 -04:00
ndb_backup_print.inc Bug#38311 Some tests use 'rm' which is not portable 2008-09-20 02:21:28 -04:00
ndb_default_cluster.inc
ndb_master-slave.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
ndb_master-slave_2ch.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
ndb_not_readonly.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +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
ndb_wait_connected.inc Bug#32025 ndb_waiter does too many roundtrips to ndb_mgmd 2008-02-21 13:23:58 +01:00
no_running_event_scheduler.inc 1. Fix for Bug#41111 events_bugs fails sporadically on pushbuild 2009-01-09 15:10:03 +01:00
no_running_events.inc 1. Fix for Bug#41111 events_bugs fails sporadically on pushbuild 2009-01-09 15:10:03 +01:00
no_valgrind_without_big.inc Tests: many if/while expresissons simplified after 57276 2010-11-17 11:16:13 +01:00
not_as_root.inc Bug #32307 mysqltest - does not detect illegal if syntax 2008-08-04 12:38:50 +02:00
not_binlog_format_row.inc Bug #51049: main.bug39022 fails in mysql-trunk-merge 2010-02-18 10:48:15 +02:00
not_blackhole.inc Bug#46086: crash when dropping a partitioned table 2010-07-08 14:36:55 +02:00
not_crashrep.inc Bug #11762804 55442: MYSQLD DEBUG CRASHES WHILE RUNNING MYISAM_CRASH_BEFORE_FLUSH_KEYS.TEST 2011-03-15 16:06:59 +01:00
not_embedded.inc
not_ndb.inc
not_ndb_default.inc BUG#48048: Deprecated constructs need removal in Betony 2009-11-04 12:28:20 +00:00
not_openssl.inc
not_parallel.inc Tests: many if/while expresissons simplified after 57276 2010-11-17 11:16:13 +01:00
not_threadpool.inc Updates tests to handle thread pool correctly 2011-01-14 09:28:23 +01:00
not_valgrind.inc
not_var_link.inc Skip perfschema.misc if "var" is a symlink (due to Bug 51447). 2010-06-03 09:52:15 +02:00
not_windows.inc
not_windows_embedded.inc Bug#47801 The plugin test fails with the Embedded Server on Windows 2009-10-08 10:39:15 +02:00
one_thread_per_connection.inc
parser_bug21114.inc Unset the execute bit where it's not needed. 2010-07-03 20:17:03 -03:00
partition_date_range.inc post push fix for bug#20577 and bug#46362, disabling warnings 2009-09-01 14:53:27 +02:00
plugin.defs BUG#14485479: INSTALL AUDIT PLUGIN HANGS IF WE TRY TO 2012-10-31 12:40:48 +05:30
ps_conv.inc
ps_create.inc
ps_ddl_1.inc Improve the testcases for Bug 12093 in ps_ddl.test 2008-08-13 21:42:21 +02:00
ps_modify.inc Bug #39265: fix for the bug 33699 should be reverted 2009-02-05 13:49:32 +04:00
ps_modify1.inc
ps_query.inc
ps_renew.inc
query_cache.inc merge from mysql-5.1 2012-02-29 21:18:50 +01:00
query_cache_sql_prepare.inc WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
read_many_rows.inc
relocate_binlogs.inc BUG#11745230 2011-12-01 00:54:54 +00:00
report-features.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
restart_mysqld.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
restart_slave_sql.inc Bug#58546 test rpl_packet timeout failure sporadically on PB 2011-01-19 01:23:49 +08:00
rowid_order.inc
rpl_change_topology.inc Some if simplifications in tests 2010-12-20 15:15:01 +01:00
rpl_connect.inc Some if simplifications in tests 2010-12-20 15:15:01 +01:00
rpl_connection.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_connection_master.inc Bug#58546 test rpl_packet timeout failure sporadically on PB 2011-01-19 01:23:49 +08:00
rpl_connection_slave.inc Bug#58546 test rpl_packet timeout failure sporadically on PB 2011-01-19 01:23:49 +08:00
rpl_connection_slave1.inc Bug#58546 test rpl_packet timeout failure sporadically on PB 2011-01-19 01:23:49 +08:00
rpl_diff.inc Some if simplifications in tests 2010-12-20 15:15:01 +01:00
rpl_end.inc Some if simplifications in tests 2010-12-20 15:15:01 +01:00
rpl_events.inc Bug#30128: The reason that sometimes events were executed because without STARTS 2009-01-21 18:48:12 +03:00
rpl_for_each_slave.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_generate_sync_chain.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_init.inc BUG#15965353- RPL.RPL_ROW_UNTIL FAILS ON PB2, 2013-02-17 01:45:10 +05:30
rpl_ip_mix.inc No more socket and no more diffs in result files. 2009-11-27 09:02:32 +01:00
rpl_ip_mix2.inc No more socket and no more diffs in result files. 2009-11-27 09:02:32 +01:00
rpl_ipv6.inc Improvements to reduce the output for better reading and more stability. 2009-11-26 09:03:04 +01:00
rpl_loaddata_charset.inc Manual Merge 2009-08-12 13:31:56 +08:00
rpl_multi_engine.inc BUG#40707 rpl_multi_engine fails sporadically in pushbuild 2008-11-24 14:57:23 +08:00
rpl_multi_engine2.inc
rpl_multi_engine3.inc
rpl_reconnect.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_reset.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_restart_server.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_start_server.inc Bug#11756600 - SLAVE THREAD CAN CRASH IF EVENT SCHEDULER 2012-10-08 23:35:15 +05:30
rpl_start_slaves.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_stmt_seq.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
rpl_stop_server.inc Bug #59063 rpl_migration_crash_safe fails on Windows 2011-01-18 12:25:07 +01:00
rpl_stop_slaves.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_sync.inc BUG#59147: rpl_circular_for_4_hosts fails sporadically 2011-02-03 16:09:33 +00:00
rpl_udf.inc BUG#39934: Slave stops for engine that only support row-based logging 2009-07-14 21:31:19 +02:00
running_event_scheduler.inc 1. Fix for Bug#41111 events_bugs fails sporadically on pushbuild 2009-01-09 15:10:03 +01:00
safe_set_to_maybe_ro_var.inc
save_master_pos.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
select_ndb_apply_status.inc
set_binlog_format_mixed.sql Updated/added copyright headers 2011-06-30 17:37:13 +02:00
set_binlog_format_row.sql Updated/added copyright headers 2011-06-30 17:37:13 +02:00
set_binlog_format_statement.sql Updated/added copyright headers 2011-06-30 17:37:13 +02:00
setup_fake_relay_log.inc BUG#59444: rpl_row_show_relaylog_events fails on daily-5.5 test runs 2011-01-12 18:35:06 +00: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 Follow-up to Bug #55582 which allows checking strings in if 2010-10-21 15:20:50 +02:00
show_binlog_events2.inc WL#342 heartbeat 2009-09-29 14:16:23 +03:00
show_binlog_using_logname.inc
show_events.inc Revert simplified if() in mysql-test/include/show_events.inc 2010-10-25 14:07:28 +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 Unset the execute bit where it's not needed. 2010-07-03 20:17:03 -03:00
show_msg80.inc Unset the execute bit where it's not needed. 2010-07-03 20:17:03 -03:00
show_relaylog_events.inc Manual merge 2010-05-26 22:34:25 +08:00
show_rpl_debug_info.inc Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
show_slave_hosts.inc BUG#13333431 - INCORRECT DEFAULT PORT IN 'SHOW SLAVE HOSTS' OUTPUT 2012-02-28 14:02:27 +05:30
show_slave_status.inc BUG#13050593 - BACKSLASH SWALLOWED BY INCLUDE/SHOW_SLAVE_STATUS.INC 2012-01-19 16:56:43 +00:00
sp-vars.inc
start_slave.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
stop_slave.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
stop_slave_io.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
stop_slave_sql.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
strict_autoinc.inc
sync_io_with_master.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
sync_slave_io_with_master.inc Some if simplifications in tests 2010-12-20 15:15:01 +01:00
sync_slave_sql_with_io.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
system_db_struct.inc
test_fieldsize.inc Manual merge 2010-05-26 22:34:25 +08:00
test_outfile.inc
testdb_only.inc WL#4189 2007-12-12 18:19:24 +01:00
tpcb.inc
tpcb_disk_data.inc
truncate_file.inc Tests: many if/while expresissons simplified after 57276 2010-11-17 11:16:13 +01:00
uninstall_semisync.inc Bug#15948818-SEMI-SYNC ENABLED MASTER CRASHES WHEN EVENT 2013-03-29 09:28:31 +05:30
unsafe_binlog.inc
uses_vardir.inc
varchar.inc
view_alias.inc Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
wait_condition.inc Fix for 2008-06-25 16:59:38 +02:00
wait_condition_sp.inc Final fix for bug#36773: Moved patch in 5.1 from rpl to bug team tree. 2008-12-17 14:38:02 +01:00
wait_for_binlog_event.inc Some if simplifications in tests 2010-12-20 15:15:01 +01:00
wait_for_ndb_to_binlog.inc BUG#12364404 - UNDETERMINISTIC WAIT LOOP IN WAIT_FOR_NDB_TO_BINLOG.INC 2012-01-23 16:50:54 +00:00
wait_for_query_to_fail.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
wait_for_query_to_succeed.inc Reviewed fix for bug#40882: Replaced "sleep 1" by wait_condition, added save/restore start values and closed open sessions. When trying to use "wait_for_query_to_succeed" a type has been fixed, also in "rename.test": Added session count and check and replaced error numbers. 2009-02-11 10:27:52 +01:00
wait_for_slave_io_error.inc BUG#13050593 - BACKSLASH SWALLOWED BY INCLUDE/SHOW_SLAVE_STATUS.INC 2012-01-19 16:56:43 +00:00
wait_for_slave_io_to_start.inc Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
wait_for_slave_io_to_stop.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
wait_for_slave_param.inc Some if simplifications in tests 2010-12-20 15:15:01 +01:00
wait_for_slave_sql_error.inc Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
wait_for_slave_sql_error_and_skip.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
wait_for_slave_sql_to_start.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
wait_for_slave_sql_to_stop.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
wait_for_slave_to_start.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
wait_for_slave_to_stop.inc BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
wait_for_status_var.inc bug#58525 postfix 2011-03-16 00:46:30 +03:00
wait_show_condition.inc BUG#12416700: RPL_SHOW_SLAVE_HOSTS FAILS SPORADICALLY (TIMEOUT 2011-05-10 12:41:09 +01:00
wait_until_connected_again.inc push to 5.1-buteam tree. 2008-12-10 10:51:43 +00:00
wait_until_count_sessions.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_until_disconnected.inc Sync 5.1 .inc file with 5.5 due to a missing changeset 2011-04-29 14:04:28 +03:00
wait_until_rows_count.inc
windows.inc
windows_sys_vars.inc Fix for Bug#36876: 2008-12-02 11:05:56 +01:00
write_var_to_file.inc Some if simplifications in tests 2010-12-20 15:15:01 +01:00