mariadb/mysql-test/suite/rpl/t
Andrei Elkin 7a5ba59e5f MDEV-22472 rpl.rpl_fail_register failed in buildbot with wrong result
This is a new test from upstream that did not expect the correct value
of the command slot of the Dump thread when the latter gets killed.

The test is made to expect "Killed" string as the command
in show-processlist as it is supposed to when a thread gets killed.
2020-05-19 21:57:01 +03:00
..
circular_serverid0.cnf Fix for MDEV-9670 server_id mysteriously set to 0 2017-07-02 19:47:30 +03:00
circular_serverid0.test Fix for MDEV-9670 server_id mysteriously set to 0 2017-07-02 19:47:30 +03:00
create_or_replace.inc MDEV-20091 DROP TEMPORARY table is logged despite no CREATE was logged 2019-07-25 11:38:45 +05:30
create_or_replace2.test Fixed two bugs with CREATE OR REPLACE and LOCK TABLES: 2014-09-08 20:56:56 +03:00
create_or_replace_mix.cnf Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
create_or_replace_mix.test Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
create_or_replace_row.cnf Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
create_or_replace_row.test Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
create_or_replace_statement.cnf Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
create_or_replace_statement.test Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
create_select.cnf Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binlog checksums 2015-07-26 14:32:45 +03:00
create_select.test Fixed MDEV-8428: Mangled DML statements on 2nd level slave when enabling binlog checksums 2015-07-26 14:32:45 +03:00
failed_create_view-6409.test MDEV-6409 CREATE VIEW replication problem if error occurs in mysql_register_view 2014-07-23 12:01:05 +02:00
ignore_table_autoinc-9737.test MDEV-9737 Duplicate error in replication with slave triggers and auto increment 2016-03-22 10:53:28 +01:00
kill_hard-6290.test MDEV-6290 Crash in KILL HARD QUERY USER x@y when slave threads are running 2014-07-23 19:36:15 +02:00
kill_race_condition.test MDEV-19370: rpl.kill_race_condition failed in buildbot with Wrong value for slave parameter 2019-06-28 19:54:15 +03:00
last_insert_id.cnf Fixed MySQL bug #69861 LAST_INSERT_ID is replicated incorrectly if replication filters are used 2013-08-27 19:18:04 +03:00
last_insert_id.test Fixed MySQL bug #69861 LAST_INSERT_ID is replicated incorrectly if replication filters are used 2013-08-27 19:18:04 +03:00
mdev_17588-slave.opt MDEV-17588 replicate-do filters cause errors when creating filtered-out tables on master with syntax unsupported on slave 2019-07-10 11:51:43 +05:30
mdev_17588.test MDEV-20137 rpl.mdev_17588 fails in buildbot with "Table doesn't exist" 2019-09-04 17:45:25 +05:30
myisam_external_lock-slave.opt MDEV-6871 Multi-value insert on MyISAM table that makes slaves crash (when using --skip-external-locking=0) 2014-12-15 11:16:33 +02:00
myisam_external_lock.test MDEV-6871 Multi-value insert on MyISAM table that makes slaves crash (when using --skip-external-locking=0) 2014-12-15 11:16:33 +02:00
mysql-wsrep#110-2.test Fix for some failing tests. 2015-11-16 12:39:56 -05:00
rename.test MDEV-16229 Replication aborts with ER_VIEW_SELECT_TMPTABLE after half-failed RENAME 2018-05-22 23:05:48 +03:00
replace.test Added test case for bug in replace with replication that existed in MySQL 5.1: 2013-02-28 16:47:03 +02:00
rpl_000010-slave.opt after merge changes: 2011-12-12 23:58:40 +01:00
rpl_000010.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_000011-slave.opt Fixed buildbot issues 2014-03-18 16:26:02 +02:00
rpl_000011.test MDEV-8294: Inconsistent behavior of slave parallel threads at runtime 2015-06-15 08:13:40 +02:00
rpl_000013.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_000017.test remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
rpl_15919-slave.opt MDEV-15919 lower_case_table_names does not behave as expected(nor... 2018-10-17 10:46:20 +05:30
rpl_15919.test MDEV-15919 lower_case_table_names does not behave as expected 2018-10-29 21:44:38 +01:00
rpl_alter.test MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 2015-07-17 00:06:27 +03:00
rpl_alter_db.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_alter_extra_persistent.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_auto_increment-master.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_auto_increment-slave.opt Bug#54201: "SET INSERT_ID" event must be ignored if corresponding event is ignored 2010-11-30 10:47:08 +01:00
rpl_auto_increment.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_auto_increment_11932.test BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFE 2012-02-09 23:28:33 +05:30
rpl_auto_increment_bug33029.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_auto_increment_bug45679.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_auto_increment_update_failure.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_autogen_query_multi_byte_char.test Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAK 2015-12-01 15:38:11 +05:30
rpl_begin_commit_rollback-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_begin_commit_rollback-slave.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_begin_commit_rollback.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_binlog_corruption.test merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_binlog_errors-master.opt BUG#46166: MYSQL_BIN_LOG::new_file_impl is not propagating error 2010-11-30 23:32:51 +00:00
rpl_binlog_errors.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_binlog_grant.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_binlog_index.test mysql-5.5 merge 2012-01-16 20:16:35 +01:00
rpl_bit.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_bit_npk.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_blackhole.test MDEV-11094: Blackhole table updates on slave fail when row annotation is enabled 2019-05-29 15:18:52 +05:30
rpl_blackhole_row_annotate-master.opt MDEV-11094: Blackhole table updates on slave fail when row annotation is enabled 2019-05-29 15:18:52 +05:30
rpl_blackhole_row_annotate-slave.opt MDEV-11094: Blackhole table updates on slave fail when row annotation is enabled 2019-05-29 15:18:52 +05:30
rpl_blackhole_row_annotate.test MDEV-11094: Blackhole table updates on slave fail when row annotation is enabled 2019-05-29 15:18:52 +05:30
rpl_bug26395.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_bug31076.test BUG#15891524: RLI_FAKE MODE IS NOT UNSET AFTER BINLOG REPLAY 2012-11-20 12:37:23 +00:00
rpl_bug33931.test rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_bug37426.test rpl tests: move "include/master-slave.inc" down to be after all possible 2014-03-24 20:01:45 +01:00
rpl_bug38694-slave.opt rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_bug38694.test Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
rpl_bug41902-slave.opt Bug #48463 backporting from 6.0-rpl to celosia a set of bugs 2009-11-20 15:30:35 +02:00
rpl_bug41902.test BUG#14310067: RPL_CANT_READ_EVENT_INCIDENT AND RPL_BUG41902 FAIL ON 5.5 2012-07-13 10:04:59 +01:00
rpl_cant_read_event_incident.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_change_master.test merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_charset.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_charset_sjis.test The bug 2013-05-08 13:36:17 +04:00
rpl_checksum-master.opt Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
rpl_checksum.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_checksum_cache.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_circular_for_4_hosts.cnf 5.5-merge 2011-07-02 22:08:51 +02:00
rpl_circular_for_4_hosts.test 5.5 merge 2013-06-06 17:51:28 +02:00
rpl_colSize.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_commit_after_flush.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_concurrency_error-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_concurrency_error.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_conditional_comments.test Merge branch '5.5' into 10.1 2020-04-30 17:36:41 +02:00
rpl_connection.test rpl tests: move "include/master-slave.inc" down to be after all possible 2014-03-24 20:01:45 +01:00
rpl_corruption-master.opt Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
rpl_corruption-slave.opt Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
rpl_corruption.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_create_database-master.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_create_database-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_create_database.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_create_drop_db.test MDEV-7280 DATABASE: CREATE OR REPLACE 2014-12-10 08:19:19 +04:00
rpl_create_drop_event.test MDEV-7281 EVENT: CREATE OR REPLACE 2015-02-27 13:34:18 +04:00
rpl_create_drop_function.test MDEV-7283 UDF: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS 2014-12-15 17:41:15 +04:00
rpl_create_drop_index.test MDEV-7284 INDEX: CREATE OR REPLACE 2015-04-03 15:43:55 +04:00
rpl_create_drop_procedure.test MDEV-7283 UDF: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS 2014-12-15 17:41:15 +04:00
rpl_create_drop_role.test MDEV-7288 USER/ROLE: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS 2015-01-13 11:50:33 +04:00
rpl_create_drop_trigger.test MDEV-7286 TRIGGER: CREATE OR REPLACE, CREATE IF NOT EXISTS 2015-03-04 09:52:01 +04:00
rpl_create_drop_udf.test Fixing test failures caused by the previous commits. 2014-12-16 15:31:25 +04:00
rpl_create_drop_user.test MDEV-7288 USER/ROLE: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS 2015-01-13 11:50:33 +04:00
rpl_create_drop_view.test MDEV-7287 VIEW: CREATE IF NOT EXISTS 2014-12-10 11:06:36 +04:00
rpl_create_if_not_exists.test Implementation of MDEV-5491: CREATE OR REPLACE TABLE 2014-01-29 15:37:17 +02:00
rpl_create_or_replace_fail.test MDEV-18930: Failed CREATE OR REPLACE TEMPORARY not written into binary log makes data on master and slave diverge 2019-08-05 14:34:31 +05:30
rpl_create_tmp_table_if_not_exists.test MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
rpl_critical_errors.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_cross_version-master.opt remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
rpl_cross_version.test BUG#42879: CHANGE MASTER RELAY_LOG_FILE=path fails on windows 2011-01-17 18:51:01 +00:00
rpl_current_user.cnf BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_current_user.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_ddl-slave.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_ddl.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_deadlock_innodb-slave.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_deadlock_innodb.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_delete_no_where.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_do_grant.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_domain_id_filter.test MDEV-7873: rpl.rpl_domain_id_filter fails sporadically in buildbot #2 2015-09-15 08:49:55 -04:00
rpl_domain_id_filter_io_crash.test MDEV-6593 : domain_id based replication filters 2014-12-03 22:30:48 -05:00
rpl_domain_id_filter_master_crash.test MDEV-6593 : domain_id based replication filters 2014-12-03 22:30:48 -05:00
rpl_domain_id_filter_parallel.test MDEV-6593 : domain_id based replication filters 2014-12-03 22:30:48 -05:00
rpl_domain_id_filter_restart.test MDEV-6593 : domain_id based replication filters 2014-12-03 22:30:48 -05:00
rpl_drop.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_drop_db.test Upstream MIPS test fixes from Debian Bug 838557. 2016-10-21 22:37:51 +02:00
rpl_drop_db_fail.test update tests to pass 2015-06-28 18:51:40 +02:00
rpl_drop_temp-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_drop_temp.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_drop_view.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_dual_pos_advance.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_EE_err.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_empty_master_host.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_err_ignoredtable-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_err_ignoredtable.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_events.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_extra_col_master_innodb.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_extra_col_master_myisam.test BUG#11893288 60542: RPL.RPL_EXTRA_COL_MASTER_* DOESN'T TEST WHAT WAS INTENDED 2012-01-16 09:17:40 +00:00
rpl_extra_col_slave_innodb.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_extra_col_slave_myisam.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_fail_register.test MDEV-22472 rpl.rpl_fail_register failed in buildbot with wrong result 2020-05-19 21:57:01 +03:00
rpl_failed_optimize.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_filter_dbs_dynamic.test Make Replication filter settings dynamic. 2012-03-19 15:00:23 -07:00
rpl_filter_tables_dynamic.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_filter_tables_not_exist-slave.opt Cherry picking patch for BUG#37051 2008-08-26 18:01:49 +08:00
rpl_filter_tables_not_exist.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_filter_wild_tables_dynamic.test Make Replication filter settings dynamic. 2012-03-19 15:00:23 -07:00
rpl_flush_logs-master.opt WL#5142 FLUSH LOGS should take optional arguments for which log(s) to flush 2009-12-03 16:59:58 +08:00
rpl_flush_logs.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_flushlog_loop-master.opt Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_flushlog_loop-slave.opt Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_flushlog_loop.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_foreign_key_innodb.test cleanup: remove extra/rpl_tests/rpl_foreign_key.test 2018-09-04 09:49:53 +02:00
rpl_free_items-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_free_items.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_function_defaults.test MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
rpl_geometry.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_get_lock.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_get_master_version_and_clock-slave.opt Bug #46828 rpl_get_master_version_and_clock fails on PB-2 2009-10-29 10:26:59 +08:00
rpl_get_master_version_and_clock.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_grant.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_gtid_basic.cnf MDEV-26: Global transaction ID. 2013-02-18 15:41:17 +01:00
rpl_gtid_basic.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_gtid_crash-master.opt MDEV-26: Global transaction ID. 2013-03-21 11:03:31 +01:00
rpl_gtid_crash-slave.opt MDEV-7430: rpl.rpl_gtid_crash still fails in buildbot 2015-01-15 15:55:09 +01:00
rpl_gtid_crash.test MDEV-11799 InnoDB can abort if the doublewrite buffer 2017-01-15 18:56:56 +02:00
rpl_gtid_crash_myisam-master.opt MDEV-4982: GTID looses all binlog state after crash if InnoDB is disabled 2013-11-21 14:42:25 +01:00
rpl_gtid_crash_myisam.test MDEV-4982: GTID looses all binlog state after crash if InnoDB is disabled 2013-11-21 14:42:25 +01:00
rpl_gtid_delete_domain.test MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain ID 2017-11-15 22:26:32 +02:00
rpl_gtid_errorhandling.test MDEV-7785: errorneous -> erroneous spelling mistake 2015-03-16 10:54:47 +01:00
rpl_gtid_errorlog.test Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
rpl_gtid_ignored.test Fix check_testcase complaints due to missing SET debug_sync=RESET in a few tests. 2014-02-10 12:53:04 +01:00
rpl_gtid_master_promote.cnf MDEV-26: Global transaction ID. 2013-05-15 19:52:21 +02:00
rpl_gtid_master_promote.test MDEV-6465 - rpl.rpl_gtid_master_promote fails on PPC64 2014-07-21 13:16:08 +04:00
rpl_gtid_mdev4473.cnf MDEV-4473: mysql_binlog_send() starts sending events from wrong GTID position in some master failover scenarios 2013-05-03 11:27:29 +02:00
rpl_gtid_mdev4473.test MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
rpl_gtid_mdev4474.cnf MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
rpl_gtid_mdev4474.test MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
rpl_gtid_mdev4484.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_gtid_mdev4485.cnf MDEV-4485: Master did not allow slave to connect from the very start (empty GTID pos) if GTIDs from other multi_source master was present 2013-05-29 11:41:25 +02:00
rpl_gtid_mdev4485.test MDEV-4937: sql_slave_skip_counter does not work with GTID 2014-02-11 14:06:03 +01:00
rpl_gtid_mdev4820.test Fix sporadic test failure in rpl_gtid_mdev4820.test 2015-09-22 13:35:23 +02:00
rpl_gtid_mdev9033.cnf Incorrect statements binlogged on slave with do_domain_ids=(...) 2015-11-18 02:11:20 -05:00
rpl_gtid_mdev9033.test MDEV-9033: Incorrect statements binlogged on slave with do_domain_ids=(...) 2015-11-23 16:23:10 -05:00
rpl_gtid_misc.test MDEV-6403: Temporary tables lost at STOP SLAVE in GTID mode if master has not rotated binlog since restart 2015-03-04 13:36:29 +01:00
rpl_gtid_nobinlog.cnf MDEV-26: Global transaction ID. 2013-03-18 15:09:36 +01:00
rpl_gtid_nobinlog.test MDEV-4726: Race in mysql-test/suite/rpl/t/rpl_gtid_stop_start.test 2014-02-07 20:24:39 +01:00
rpl_gtid_reconnect.test Fixed test failures 2014-09-22 23:25:56 +03:00
rpl_gtid_sort.test MDEV-4987: Sort by domain_id when list of GTIDs are output 2015-02-27 23:33:22 -05:00
rpl_gtid_startpos.test Merge MariaDB 10.0-base to 10.0. 2014-02-10 15:12:17 +01:00
rpl_gtid_stop_start.cnf MDEV-26, Global transaction ID. 2013-04-09 11:46:38 +02:00
rpl_gtid_stop_start.test MDEV-6469 - rpl.rpl_gtid_basic, rpl.rpl_gtid_stop_start, 2014-07-22 14:54:38 +04:00
rpl_gtid_strict.test MDEV-4478: Implement GTID "strict mode" 2013-05-28 13:28:31 +02:00
rpl_gtid_until.test MDEV-7940: Sporadic failure in rpl.rpl_gtid_until 2015-04-09 10:03:59 +02:00
rpl_heartbeat.test remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
rpl_heartbeat_2slaves.cnf Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_heartbeat_2slaves.test Bug#43828, Bug#59494. 2011-02-04 22:07:48 +03:00
rpl_heartbeat_basic.cnf WL#4641 Heartbeat testing 2009-10-02 23:24:40 +04:00
rpl_heartbeat_basic.test Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
rpl_heartbeat_debug.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_heartbeat_ssl.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_hrtime.test wl#173 - temporal types with sub-second resolution 2011-03-01 13:24:36 +01:00
rpl_hrtime_row.test wl#173 - temporal types with sub-second resolution 2011-03-01 13:24:36 +01:00
rpl_idempotency.test MDEV-17720 slave_ddl_exec_mode=IDEMPOTENT does not handle DROP DATABASE 2018-12-19 23:47:26 +05:30
rpl_ignore_grant-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ignore_grant.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_ignore_revoke-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ignore_revoke.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_ignore_table-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ignore_table.test Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
rpl_ignore_table_update-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_ignore_table_update.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_incident.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_init_slave-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_init_slave.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_init_slave_errors.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_innodb-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_innodb_bug28430-master.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_innodb_bug28430-slave.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_innodb_bug28430.test MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
rpl_innodb_bug30888.opt MDEV-8849 rpl.rpl_innodb_bug30888 sporadically fails in buildbot with testcase timeout 2015-09-26 02:48:55 +03:00
rpl_innodb_bug30888.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_innodb_bug68220.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_innodb_mixed_ddl.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_innodb_mixed_dml.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_insert.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_insert_delayed.test per-combination result files 2012-02-06 22:55:17 +01:00
rpl_insert_id.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_insert_id_pk.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_insert_ignore.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_invoked_features-master.opt Post-push fixup for WL#5349 2010-06-20 22:43:34 +02:00
rpl_invoked_features.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_ip_mix.cnf Reviewed patch of QA results for WL#798. 2009-11-23 17:38:42 +01:00
rpl_ip_mix.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
rpl_ip_mix2.cnf Reviewed patch of QA results for WL#798. 2009-11-23 17:38:42 +01:00
rpl_ip_mix2.test mysql-5.5 merge 2012-01-16 20:16:35 +01:00
rpl_ipv4_as_ipv6.cnf Reviewed patch of QA results for WL#798. 2009-11-23 17:38:42 +01:00
rpl_ipv4_as_ipv6.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
rpl_ipv6.cnf Reviewed patch of QA results for WL#798. 2009-11-23 17:38:42 +01:00
rpl_ipv6.test Removing copyright headers from test files 2011-10-19 23:44:17 +02:00
rpl_killed_ddl-master.opt rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_killed_ddl.test Merge branch 'mysql/5.5' into 5.5 2016-04-20 15:25:55 +02:00
rpl_known_bugs_detection-master.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_known_bugs_detection.test MDEV-17614 INSERT on dup key update is replication unsafe 2019-08-09 19:36:56 +05:30
rpl_lcase_tblnames_rewrite_db-slave.opt MDEV-15919 lower_case_table_names does not behave as expected(nor... 2018-10-17 10:46:20 +05:30
rpl_lcase_tblnames_rewrite_db.test MDEV-15919 lower_case_table_names does not behave as expected(nor... 2018-10-17 10:46:20 +05:30
rpl_LD_INFILE.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_loaddata.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_loaddata_charset.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_loaddata_fatal-slave.opt Move disabling of rpl_invoked_features to suite/rpl/t/disabled.def 2007-06-27 16:49:32 +02:00
rpl_loaddata_fatal.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_loaddata_m-master.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_loaddata_m.test Merge from mysql-5.1 to mysql-5.5 2013-03-27 11:59:40 +05:30
rpl_loaddata_map-master.opt Bug #11766769: 59959: SMALL VALUES OF --MAX-ALLOWED-PACKET 2011-03-25 12:57:27 +02:00
rpl_loaddata_map-slave.opt Bug #11766769: 59959: SMALL VALUES OF --MAX-ALLOWED-PACKET 2011-03-25 12:57:27 +02:00
rpl_loaddata_map.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_loaddata_s-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_loaddata_s.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_loaddata_simple.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_loaddata_symlink-master.opt Bug #43913 rpl_cross_version can't pass on conflicts complainig clash with --slave-load-tm 2009-11-28 12:43:16 +08:00
rpl_loaddata_symlink-master.sh Bug #57840 MTR: parallel execution breaks with smart ordering of test cases 2010-11-05 15:26:38 +01:00
rpl_loaddata_symlink-slave.opt Bug #43913 rpl_cross_version can't pass on conflicts complainig clash with --slave-load-tm 2009-11-28 12:43:16 +08:00
rpl_loaddata_symlink-slave.sh Bug #57840 MTR: parallel execution breaks with smart ordering of test cases 2010-11-05 15:26:38 +01:00
rpl_loaddata_symlink.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_loaddatalocal.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_loadfile.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_locale.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_log_pos.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_lost_events_on_rotate.test MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
rpl_manual_change_index_file.test MDEV-14309 MTR tests require perl-Env which is not always in the default installation 2017-12-27 23:17:28 +01:00
rpl_many_optimize.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_mariadb_slave_capability.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_master_pos_wait.test MDEV-7130: MASTER_POS_WAIT(log_name,log_pos,timeout,"connection_name") hangs, does not respect the timeout 2015-04-24 13:08:27 +02:00
rpl_mdev-11092.opt MDEV-11092 :- Fix Previous commit of MDEV-11092 2017-05-19 13:02:45 +05:30
rpl_mdev-11092.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_mdev359.test 5.5 merge 2014-02-01 00:54:03 +01:00
rpl_mdev382.test MDEV-8859 rpl.rpl_mdev382 sporadically fails to finish due to disappeared expect file 2016-06-12 20:14:51 +03:00
rpl_mdev6020.test MDEV-10630 rpl.rpl_mdev6020 fails in buildbot with timeout 2016-08-22 10:16:00 +03:00
rpl_mdev6386-slave.opt MDEV-6386: Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt || (thd->state_flags & Open_tables_state::BACKUPS_AVAIL)' fails with parallel replication 2014-06-27 13:34:29 +02:00
rpl_mdev6386.test MDEV-10631 rpl.rpl_mdev6386 failed in buildbot 2017-02-20 01:48:26 +02:00
rpl_mdev8193.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_mdev10863.test MDEV-10863: parallel replication tries to continue from wrong position 2016-11-04 12:33:42 +01:00
rpl_mdev_17614.test MDEV-17614 INSERT on dup key update is replication unsafe 2019-08-09 19:36:56 +05:30
rpl_misc_functions-slave.sh Backport for WL#3894 2009-11-28 02:34:47 +03:00
rpl_misc_functions.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_mix_found_rows.test rpl tests: move "include/master-slave.inc" down to be after all possible 2014-03-24 20:01:45 +01:00
rpl_mixed_binlog_max_cache_size.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_mixed_bit_pk.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_mixed_ddl_dml.test MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
rpl_mixed_drop_create_temp_table.test Fixed problems found by buildbot: 2015-11-27 02:06:58 +02:00
rpl_mixed_implicit_commit_binlog.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_mixed_mixing_engines.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_mixed_row_innodb-master.opt Post-push fixup for WL#5349 2010-06-20 22:43:34 +02:00
rpl_multi_delete-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_multi_delete.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_multi_delete2-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_multi_delete2.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_multi_engine.test MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibility with MySQL 2015-09-22 14:01:54 +04:00
rpl_multi_update.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_multi_update2-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_multi_update2.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_multi_update3.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_multi_update4-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_multi_update4.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_mysql_upgrade.test MDEV-12233 main.mysql_upgrade_noengine fails in buildbot on ppc64le 2017-03-21 11:37:24 +01:00
rpl_name_const.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_non_direct_mixed_mixing_engines.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_non_direct_row_mixing_engines.test fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_non_direct_stm_mixing_engines.test fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_nondeterministic_functions.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_not_null_innodb.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_not_null_myisam.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_old_decimal.test MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to type ' 'decimal(10,7)' 2015-06-09 12:05:06 +04:00
rpl_old_master.test MDEV-5769: Slave crashes on attempt to do parallel replication from an older master 2014-03-04 08:48:32 +01:00
rpl_optimize.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_packet-master.opt A follow-up on WL#5154 and WL#5182: remove forgotten options. 2010-03-03 22:22:02 +03:00
rpl_packet-slave.opt BUG#12400221 - 60926: BINARY LOG EVENTS LARGER THAN MAX_ALLOWED_PACKET 2012-06-12 12:59:56 +05:30
rpl_packet.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_parallel.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_parallel2.test Added some selects to rpl_parallel2.test to find out where it fails in buildbot 2015-11-18 14:46:30 +02:00
rpl_parallel_charset.test MDEV-6156: Parallel replication incorrectly caches charset between worker threads 2014-04-23 16:06:06 +02:00
rpl_parallel_ignored_errors.test MDEV-20645: Replication consistency is broken as workers miss the error notification from an earlier failed group. 2019-09-30 13:22:37 +05:30
rpl_parallel_mdev6589.test MDEV-6589: Incorrect relay log start position when restarting SQL thread after error in parallel replication 2015-03-04 13:36:04 +01:00
rpl_parallel_multilevel.cnf MDEV-6676: Optimistic parallel replication 2014-12-06 08:49:50 +01:00
rpl_parallel_multilevel.test MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
rpl_parallel_multilevel2.cnf MDEV-7668: Intermediate master groups CREATE TEMPORARY with INSERT, causing parallel replication failure 2015-04-13 14:08:57 +02:00
rpl_parallel_multilevel2.test MDEV-7668: Intermediate master groups CREATE TEMPORARY with INSERT, causing parallel replication failure 2015-04-13 14:08:57 +02:00
rpl_parallel_no_log_slave_updates-slave.opt MDEV-5363: Make parallel replication waits killable 2014-01-06 16:05:52 +01:00
rpl_parallel_no_log_slave_updates.test Fix check_testcase complaints due to missing SET debug_sync=RESET in a few tests. 2014-02-10 12:53:04 +01:00
rpl_parallel_optimistic.test Fix accumulation of old rows in mysql.gtid_slave_pos 2018-10-07 18:59:52 +02:00
rpl_parallel_optimistic_nobinlog.cnf Fix rpl_parallel_optimistic_nobinlog failure on binlog 2018-10-01 15:15:34 +05:30
rpl_parallel_optimistic_nobinlog.test MDEV-6676: Optimistic parallel replication 2015-02-07 09:42:58 +01:00
rpl_parallel_partition.test MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during parallel replication 2015-05-26 13:04:15 +02:00
rpl_parallel_retry.test MDEV-6917: Parallel replication: "Commit failed due to failure of an earlier commit on which this one depends", but no prior failure seen 2014-11-13 11:01:31 +01:00
rpl_parallel_show_binlog_events_purge_logs.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_parallel_temptable-master.opt MDEV-6321: close_temporary_tables() in format description event not serialised correctly 2014-07-02 12:51:45 +02:00
rpl_parallel_temptable.test Merge branch '10.0' into 10.1 2015-04-21 10:31:39 +02:00
rpl_partition_archive.test MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
rpl_partition_innodb-master.opt MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
rpl_partition_innodb.test MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
rpl_partition_memory.test MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
rpl_partition_myisam.test MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
rpl_password_boundaries.test MDEV-4332 Increase username length from 16 characters 2013-04-18 22:17:29 +02:00
rpl_performance_schema.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_plugin_load.test overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
rpl_ps.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_rbr_to_sbr.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_read_new_relay_log_info.test MDEV-6364: Migrate a slave from MySQL 5.6 to MariaDB 10 break replication 2014-06-24 14:43:08 +02:00
rpl_read_old_relay_log_info.test MDEV-6364: Migrate a slave from MySQL 5.6 to MariaDB 10 break replication 2014-06-24 14:43:08 +02:00
rpl_read_only.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_relay_space_innodb.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_relay_space_myisam.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_relayrotate-slave.opt A follow-up on WL#5154 and WL#5182: remove forgotten options. 2010-03-03 22:22:02 +03:00
rpl_relayrotate.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_relayspace-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_relayspace.test BUG#11746302: 25228: RPL_RELAYSPACE.TEST FAILS ON POWERMACG5, 2011-05-19 16:45:45 +01:00
rpl_replicate_do-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_replicate_do.test fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_replicate_ignore_db-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_replicate_ignore_db.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_report-slave.opt Bug #28780 report_host is not available through SELECT @@report_host 2008-03-05 12:25:55 +02:00
rpl_report.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_report_port.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_reset_slave_fail.test Bug#24901077: RESET SLAVE ALL DOES NOT ALWAYS RESET SLAVE 2017-02-28 10:00:51 +05:30
rpl_rewrt_db-slave.opt MDEV-17119 replicate_rewrite_db does not work for single chardatabase name 2019-03-22 12:13:24 +05:30
rpl_rewrt_db.test MDEV-17119 replicate_rewrite_db does not work for single chardatabase name 2019-03-22 12:13:24 +05:30
rpl_rotate_logs.cnf Make it possible to specify test specifi config file as <testname>.cnf 2008-04-25 14:07:17 +02:00
rpl_rotate_logs.test cleanups done as part of adding encryption 2015-02-10 10:21:16 +01:00
rpl_rotate_purge_deadlock-master.opt Bug#11763573 - 56299: MUTEX DEADLOCK WITH COM_BINLOG_DUMP, BINLOG PURGE, AND PROCESSLIST/KILL 2011-10-27 17:14:41 +03:00
rpl_rotate_purge_deadlock.test MDEV-4208: Test rpl.rpl_rotate_purge_deadlock has incorrect preamble 2013-02-27 10:43:07 +04:00
rpl_row_001.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_4_bytes-master.opt MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_row_4_bytes.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_annotate_do-slave.opt fix typo: binlog_annotate_rows_events -> binlog_annotate_row_events 2011-09-23 12:00:52 +02:00
rpl_row_annotate_do.test fix typo: binlog_annotate_rows_events -> binlog_annotate_row_events 2011-09-23 12:00:52 +02:00
rpl_row_annotate_dont-slave.opt Merge Percona patch MWL#47 into mariadb 5.2-percona. 2011-01-10 14:53:09 +01:00
rpl_row_annotate_dont.test fix typo: binlog_annotate_rows_events -> binlog_annotate_row_events 2011-09-23 12:00:52 +02:00
rpl_row_basic_2myisam.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_basic_3innodb.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_row_basic_8partition.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_basic_11bugs-master.opt WL#5349 Change default storage engine to InnoDB 2010-06-17 22:51:35 +02:00
rpl_row_basic_11bugs.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_row_big_table_id.test merge 10.0 -> 10.1 to resolve MDEV-17803 conflicts. 2019-01-23 20:16:21 +02:00
rpl_row_binlog_max_cache_size.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_blob_innodb.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_blob_myisam.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_colSize.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_conflicts.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_row_corruption-slave.opt BUG#11753004: 44360: REPLICATION FAILED 2011-07-14 12:15:24 +01:00
rpl_row_corruption.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_create_select.test BUG#17994219: CREATE TABLE .. SELECT PRODUCES INVALID STRUCTURE, 2014-04-28 16:28:09 +05:30
rpl_row_create_table.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_delayed_ins.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_drop.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_drop_create_temp_table.test fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_row_drop_temp_table.test MDEV-20091 DROP TEMPORARY table is logged despite no CREATE was logged 2019-07-25 11:38:45 +05:30
rpl_row_err_daisychain-master.opt Bug#18817, removing --binlog-format option from .opt files 2008-08-13 23:12:51 +04:00
rpl_row_err_daisychain-slave.opt Bug#18817, removing --binlog-format option from .opt files 2008-08-13 23:12:51 +04:00
rpl_row_find_row.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_find_row_debug.test rpl tests: move "include/master-slave.inc" down to be after all possible 2014-03-24 20:01:45 +01:00
rpl_row_flsh_tbls.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_func001.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_func002.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_func003.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_idempotency.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_row_img.cnf [MDEV-6877] Added basic tests for binlog_row_image using minimal and noblob values 2015-06-30 14:44:33 +03:00
rpl_row_img_blobs.cnf [MDEV-6877] Added tests for binlog_row_image using noblobs switch 2015-06-30 14:30:38 +03:00
rpl_row_img_blobs.test [MDEV-6877] Added tests for binlog_row_image using noblobs switch 2015-06-30 14:30:38 +03:00
rpl_row_img_eng_min.cnf [MDEV-6877] Added basic tests for binlog_row_image using minimal and noblob values 2015-06-30 14:44:33 +03:00
rpl_row_img_eng_min.test [MDEV-6877] Added basic tests for binlog_row_image using minimal and noblob values 2015-06-30 14:44:33 +03:00
rpl_row_img_eng_noblob.cnf [MDEV-6877] Added basic tests for binlog_row_image using minimal and noblob values 2015-06-30 14:44:33 +03:00
rpl_row_img_eng_noblob.test [MDEV-6877] Added basic tests for binlog_row_image using minimal and noblob values 2015-06-30 14:44:33 +03:00
rpl_row_implicit_commit_binlog.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_index_choice.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_inexist_tbl.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_row_lcase_tblnames-slave.opt MDEV-15919 lower_case_table_names does not behave as expected(nor... 2018-10-17 10:46:20 +05:30
rpl_row_lcase_tblnames.test MDEV-15919 lower_case_table_names does not behave as expected(nor... 2018-10-17 10:46:20 +05:30
rpl_row_loaddata_concurrent.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_log-master.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_row_log-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_row_log.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_log_innodb-master.opt Post-push fixup for WL#5349 2010-06-20 22:43:34 +02:00
rpl_row_log_innodb.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_max_relay_size.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_merge_engine.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_mixing_engines.test fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_row_mysqlbinlog-master.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_row_mysqlbinlog.test MDEV-11095: rpl.rpl_row_mysqlbinlog test fails if row annotation enabled 2019-05-14 13:03:06 +05:30
rpl_row_NOW.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_rec_comp_innodb.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_rec_comp_myisam.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_reset_slave.test WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_row_rollback_to_savepoint.test rbr and savepoint in a subtatement 2015-11-19 17:04:19 +01:00
rpl_row_show_relaylog_events.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_sp001.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_row_sp002_innodb.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_sp003.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_sp005.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_sp006_InnoDB.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_sp007_innodb.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_sp008.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_row_sp009.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_sp010.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_row_sp011.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_sp012.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_row_spatial.test MDEV-16166 RBR breaks with HA_ERR_KEY_NOT_FOUND upon DELETE from table... 2018-08-04 01:39:35 +05:30
rpl_row_tabledefs_2myisam.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_tabledefs_3innodb.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_tbl_metadata.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_to_stmt-master.opt Allow row events in replication stream for slave in all cases 2015-10-08 10:16:35 +03:00
rpl_row_to_stmt-slave.opt Allow row events in replication stream for slave in all cases 2015-10-08 10:16:35 +03:00
rpl_row_to_stmt.test Allow row events in replication stream for slave in all cases 2015-10-08 10:16:35 +03:00
rpl_row_trig001.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_trig002.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_row_trig003.test 5.5-merge 2011-07-02 22:08:51 +02:00
rpl_row_trig004.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_triggers.test [MDEV-8411] Assertion failed in !table->write_set 2016-02-23 16:56:37 +02:00
rpl_row_trunc_temp.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_unsafe_funcs.test rpl tests: move "include/master-slave.inc" down to be after all possible 2014-03-24 20:01:45 +01:00
rpl_row_until.test test cleanup: use --replace_result correctly 2015-09-04 10:33:53 +02:00
rpl_row_USER.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_row_utf16.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_row_utf32.test rpl tests: move "include/master-slave.inc" down to be after all possible 2014-03-24 20:01:45 +01:00
rpl_row_UUID.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_view01.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_row_wide_table.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_savepoint.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_semi_sync.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_semi_sync_after_sync.test MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
rpl_semi_sync_after_sync_row.test MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
rpl_semi_sync_event-master.opt 5.5-merge 2011-07-02 22:08:51 +02:00
rpl_semi_sync_event.test MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00
rpl_semi_sync_event_after_sync-master.opt MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
rpl_semi_sync_event_after_sync.test MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
rpl_semi_sync_gtid_reconnect.test MDEV-19376 Repl_semi_sync_master::commit_trx assertion failure: ... || !m_active_tranxs->is_tranx_end_pos(trx_wait_binlog_name, trx_wait_binlog_pos) 2019-11-10 16:16:37 +02:00
rpl_semi_sync_skip_repl.test MDEV-17948 Assertion `thd_killed(thd) || !m_active_tranxs .. 2019-05-24 17:30:35 +03:00
rpl_semi_sync_uninstall_plugin.test MDEV-19904 poradic buildbot failures in rpl.rpl_semi_sync_uninstall_plugin 2019-06-28 18:34:58 +03:00
rpl_semi_sync_wait_point.opt MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
rpl_semi_sync_wait_point.test MDEV-162 Enhanced semisync replication 2014-12-23 14:16:32 +01:00
rpl_server_id1.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_server_id2-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_server_id2.test MDEV-26: Global transaction ID 2013-03-26 10:35:34 +01:00
rpl_server_id_ignore-slave.opt fixing tests results: rpl_ndb_log, rpl_ndb_multi, sp_trans_log; adding replicate-ignore_server_ids specific tests 2009-10-02 16:15:54 +03:00
rpl_server_id_ignore.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_session_var.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_set_charset.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_set_null_innodb.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_set_null_myisam.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_set_statement.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_set_statement_default_master.test MDEV-6956:SET STATEMENT default_master_connection = ... has no effect 2015-03-12 09:47:36 +01:00
rpl_show_slave_hosts.cnf Bug#13963 SHOW SLAVE HOSTS is unreliable 2009-10-20 14:30:15 +08:00
rpl_show_slave_hosts.test Fix a spurious test failure in rpl.rpl_show_slave_hosts 2014-10-29 14:44:40 +01:00
rpl_show_slave_running.test remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
rpl_skip_error-slave.opt --getopt-prefix-matching command-line option 2015-02-10 10:21:15 +01:00
rpl_skip_error.test Merge branch '10.0' into 10.1 2017-09-21 22:02:21 +02:00
rpl_skip_incident-master.opt MDEV-6180: Error 1590 is not autoskippable 2014-06-18 11:03:08 +02:00
rpl_skip_incident-slave.opt --getopt-prefix-matching command-line option 2015-02-10 10:21:15 +01:00
rpl_skip_incident.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_skip_replication.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_slave_grp_exec.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_slave_invalid_external_user.test MDEV-14784: Slave crashes in show_status_array upon running a trigger with 2019-03-27 12:34:03 +05:30
rpl_slave_load_in.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_slave_load_remove_tmpfile.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_slave_load_tmpdir_not_exist-slave.opt Bug #42861 Assigning invalid directories to --slave-load-tmpdir crashes the slave 2009-03-18 10:31:17 +00:00
rpl_slave_load_tmpdir_not_exist.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_slave_skip.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_slave_status.test Fix for MDEV-4117 @@global.relay_log_purge not per-master, conflicts between different masters in multisource replication 2014-01-14 19:00:38 +01:00
rpl_slow_query_log-slave.opt MDEV-4865 Change related to --log option/variable was merged partially 2013-08-13 13:35:36 +02:00
rpl_slow_query_log.test Merge branch '10.0' into 10.1 2017-09-21 22:02:21 +02:00
rpl_sp-master.opt BUG#48048: Deprecated constructs need removal in Betony 2009-11-04 12:28:20 +00:00
rpl_sp-slave.opt BUG#48048: Deprecated constructs need removal in Betony 2009-11-04 12:28:20 +00:00
rpl_sp.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_sp004.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_sp_effects-master.opt WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
rpl_sp_effects-slave.opt WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
rpl_sp_effects.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_sp_variables.test MDEV-13685 Can not replay binary log due to Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'concat' 2017-09-15 12:25:06 +04:00
rpl_spec_variables-slave.opt WL#3788 2009-10-03 22:21:44 +04:00
rpl_spec_variables.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_special_charset.opt Merge remote-tracking branch 'mysql/5.5' into 5.5 2015-04-27 21:04:06 +02:00
rpl_special_charset.test Merge remote-tracking branch 'origin/5.5' into 10.0 2017-01-06 17:09:59 +02:00
rpl_sporadic_master-master.opt after merge changes: 2011-12-12 23:58:40 +01:00
rpl_sporadic_master.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_ssl.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_ssl1.test MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size) 2015-09-04 10:33:56 +02:00
rpl_start_stop_slave-slave.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_start_stop_slave.test Fixed failing test cases and compiler warnings found by buildbot 2015-11-24 20:04:12 +02:00
rpl_stm_000001.test 5.5 merge 2014-02-01 00:54:03 +01:00
rpl_stm_auto_increment_bug33029.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_stm_binlog_direct-master.opt BUG#46364 MyISAM transbuffer problems (NTM problem) 2010-01-20 19:08:16 +00:00
rpl_stm_binlog_max_cache_size.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_stm_conflicts.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_stm_drop_create_temp_table.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_stm_EE_err2.test WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_stm_flsh_tbls.test post-merge fixes. 2011-07-02 22:12:12 +02:00
rpl_stm_found_rows.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_stm_implicit_commit_binlog.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_stm_innodb.test remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
rpl_stm_lcase_tblnames-slave.opt MDEV-15919 lower_case_table_names does not behave as expected(nor... 2018-10-17 10:46:20 +05:30
rpl_stm_lcase_tblnames.test MDEV-15919 lower_case_table_names does not behave as expected(nor... 2018-10-17 10:46:20 +05:30
rpl_stm_loaddata_concurrent.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_stm_loadfile.test Merge branch '10.0' into 10.1 2017-09-21 22:02:21 +02:00
rpl_stm_log-slave.opt Merging 5.0-bugteam into 5.1-bugteam 2008-09-01 11:00:52 +02:00
rpl_stm_log.test Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
rpl_stm_maria.test merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_stm_max_relay_size.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_stm_mix_show_relaylog_events.test remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
rpl_stm_mixing_engines.test fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_stm_multi_query.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_stm_no_op.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_stm_relay_ign_space-slave.opt BUG#12400313 RELAY_LOG_SPACE_LIMIT IS NOT WORKING IN MANY CASES 2012-03-12 12:28:27 +00:00
rpl_stm_relay_ign_space.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_stm_reset_slave.test WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_stm_sql_mode.test rpl tests: move "include/master-slave.inc" down to be after all possible 2014-03-24 20:01:45 +01:00
rpl_stm_start_stop_slave.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_stm_stop_middle_group.test rpl tests: move "include/master-slave.inc" down to be after all possible 2014-03-24 20:01:45 +01:00
rpl_stm_until.test test cleanup: use --replace_result correctly 2015-09-04 10:33:53 +02:00
rpl_stm_user_variables.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_stop_slave.test mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
rpl_stop_slave_error-slave.opt MDEV-8345 STOP SLAVE should not cause an ERROR to be logged to the error log 2016-10-26 18:44:34 +02:00
rpl_stop_slave_error.test MDEV-8345 STOP SLAVE should not cause an ERROR to be logged to the error log 2016-10-26 18:44:34 +02:00
rpl_strict_password_validation.test MDEV-10956 Strict Password Validation Breaks Replication. 2017-01-17 15:32:41 +04:00
rpl_switch_stm_row_mixed.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_sync-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_sync-slave.opt merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_sync.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_sync_with_innodb_thd_conc.test MDEV-20247 Replication hangs with "preparing" and never starts 2019-08-07 12:35:04 +05:30
rpl_table_options.test MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is CONNECT 2014-07-08 19:39:27 +02:00
rpl_temp_table.test MDEV-8016: Replication aborts on DROP /*!40005 TEMPORARY */ TABLE IF EXISTS 2015-04-20 12:59:46 +02:00
rpl_temp_table_mix_row.test Merge branch '10.0' into 10.1 2017-09-21 22:02:21 +02:00
rpl_temporal_format_default_to_default.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_mariadb53_to_mariadb53.test MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats 2014-11-03 21:45:06 +04:00
rpl_temporal_format_mariadb53_to_mysql56.test MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats 2014-11-03 21:45:06 +04:00
rpl_temporal_format_mariadb53_to_mysql56_dst.test MDEV-12672 Replicated TIMESTAMP fields given wrong value near DST change 2017-09-21 22:03:21 +02:00
rpl_temporal_format_mysql56_to_mariadb53.test MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats 2014-11-03 21:45:06 +04:00
rpl_temporal_format_mysql56_to_mysql56.test MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats 2014-11-03 21:45:06 +04:00
rpl_temporal_mysql56.test Adding support for MySQL-5.6 temporal column types: 2013-07-10 11:49:17 +04:00
rpl_temporal_mysql56_to_mariadb.test MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats 2014-11-03 21:45:06 +04:00
rpl_temporal_mysql56_to_mariadb53.test MDEV-5528 Command line variable to choose MariaDB-5.3 vs MySQL-5.6 temporal data formats 2014-11-03 21:45:06 +04:00
rpl_temporary.test merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_temporary_error2.test MDEV-5291: Slave transaction retry on temporary error leaves dangling error in SHOW SLAVE STATUS 2013-11-14 15:08:29 +01:00
rpl_temporary_errors-slave.opt remove few obscure, unused, or misused mtr features 2012-02-06 18:42:18 +01:00
rpl_temporary_errors.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
rpl_test_framework.cnf only allocate extra-port (in tests) when needed 2011-07-10 19:47:24 +02:00
rpl_test_framework.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_timezone-master.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_timezone-slave.opt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_timezone.test BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFE 2012-02-09 23:28:33 +05:30
rpl_tmp_table_and_DDL.test BUG#20574550 MAIN.MERGE TEST CASE FAILS IF BINLOG_FORMAT=ROW 2016-02-26 09:01:49 +05:30
rpl_tmp_table_and_DDL_innodb.test Merge branch 'mysql/5.5' into 5.5 2016-04-20 15:25:55 +02:00
rpl_trigger.test MDEV-6769 DROP TRIGGER IF NOT EXIST binlogged on master but not on slave 2015-02-22 12:54:52 +01:00
rpl_trunc_temp.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_truncate_2myisam.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_truncate_3innodb.test MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
rpl_typeconv-slave.opt generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
rpl_typeconv.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_typeconv_innodb.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_udf.test misc test/result fixes 2012-03-02 08:32:16 +01:00
rpl_unsafe_statements.test MDEV-17614 INSERT on dup key update is replication unsafe 2019-08-09 19:36:56 +05:30
rpl_upgrade_master_info.test MDEV-9383: Server fails to read master.info after upgrade 10.0 -> 10.1 2016-04-08 10:31:03 +02:00
rpl_user.test BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_user_variables.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_variables.test MDEV-7110 : Add missing MySQL variable log_bin_basename and log_bin_index 2015-06-09 13:38:29 -04:00
rpl_variables_stm.test don't even try to run xtradb-only tests with innodb, use have_xtradb.combinations. 2012-02-23 09:18:48 +01:00
rpl_view.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_view_debug.test MDEV-6409 CREATE VIEW replication problem if error occurs in mysql_register_view 2014-12-10 12:00:25 +04:00
rpl_view_multi.test Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
sec_behind_master-5114.test include/master-slave.inc must always be included last 2017-09-20 18:17:50 +02:00
semisync_future-7591.test Fixed problems found by buildbot: 2015-11-27 02:06:58 +02:00
semisync_memleak_4066.test MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00
show_status_stop_slave_race-7126.test MDEV-8154 rpl.show_status_stop_slave_race-7126 sporadically causes internal check failure 2015-09-28 03:40:29 +03:00
temporal_row-9560-master.opt MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0 2016-02-23 10:46:16 +01:00
temporal_row-9560.combinations MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0 2016-02-23 10:46:16 +01:00
temporal_row-9560.test MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0 2016-02-23 10:46:16 +01:00