mariadb/mysql-test/suite/rpl/r
Kristian Nielsen f27817c1d0 MDEV-7326: Server deadlock in connection with parallel replication
The bug occurs when a transaction does a retry after all transactions have
done mark_start_commit() in a batch of group commit from the master. In this
case, the retrying transaction can unmark_start_commit() after the following
batch has already started running and de-allocated the GCO. Then after retry,
the transaction will re-do mark_start_commit() on a de-allocated GCO, and also
wakeup of later GCOs can be lost.

This was seen "in the wild" by a user, even though it is not known exactly
what circumstances can lead to retry of one transaction after all transactions
in a group have reached the commit phase.

The lifetime around GCO was somewhat clunky anyway. With this patch, a GCO
lives until rpl_parallel_entry::last_committed_sub_id has reached the last
transaction in the GCO. This guarantees that the GCO will still be alive when
a transaction does mark_start_commit(). Also, we now loop over the list of
active GCOs for wakeup, to ensure we do not lose a wakeup even in the
problematic case.
2015-01-07 14:45:39 +01:00
..
create_or_replace2.result Fixed two bugs with CREATE OR REPLACE and LOCK TABLES: 2014-09-08 20:56:56 +03:00
create_or_replace_mix.result Fixed that the we don't change CREATE to CREATE OR REPLACE, except if the slave removed an existing table as part of CREATE. 2014-03-28 09:31:24 +02:00
create_or_replace_row.result Fixed that the we don't change CREATE to CREATE OR REPLACE, except if the slave removed an existing table as part of CREATE. 2014-03-28 09:31:24 +02:00
create_or_replace_statement.result Fixed that the we don't change CREATE to CREATE OR REPLACE, except if the slave removed an existing table as part of CREATE. 2014-03-28 09:31:24 +02:00
failed_create_view-6409.result MDEV-6409 CREATE VIEW replication problem if error occurs in mysql_register_view 2014-07-23 12:01:05 +02:00
kill_hard-6290.result MDEV-6290 Crash in KILL HARD QUERY USER x@y when slave threads are running 2014-07-23 19:36:15 +02:00
last_insert_id.result Fixed MySQL bug #69861 LAST_INSERT_ID is replicated incorrectly if replication filters are used 2013-08-27 19:18:04 +03:00
replace.result more post-merge fixes: 2013-07-21 19:24:20 +02:00
rpl000001.a.result WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl000001.b.result WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_000010.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_000011.result MDEV-5829: STOP SLAVE resets global status variables 2014-03-14 16:29:23 +02:00
rpl_000013.result More buildbot test result updates 2013-07-05 21:42:06 +04:00
rpl_000017.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_alter.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_alter_db.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_auto_increment.result Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
rpl_auto_increment_11932.result BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFE 2012-02-09 23:28:33 +05:30
rpl_auto_increment_bug33029.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_auto_increment_bug45679.result BUG#11754117 2012-04-23 11:51:19 +03:00
rpl_auto_increment_update_failure.result MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_begin_commit_rollback.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_binlog_corruption.result Bug #11762407 54999: MTR GLOBAL SUPPRESSION HIDES SQL THREAD EXECUTION UNEXPECTED ERRORS 2011-02-23 10:31:37 +01:00
rpl_binlog_errors.result fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_binlog_grant.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_binlog_index.result BUG#11745230 2011-12-01 00:54:54 +00:00
rpl_bit.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_bit_npk.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_blackhole.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_bug26395.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_bug31076.result BUG#15891524: RLI_FAKE MODE IS NOT UNSET AFTER BINLOG REPLAY 2012-11-20 12:37:23 +00:00
rpl_bug33931.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_bug37426.result WL#5867, reorganize test cases of bugs suite 2011-04-14 00:18:08 +04:00
rpl_bug38694.result Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
rpl_bug41902.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_cant_read_event_incident.result mysql-5.5.28 2012-10-16 13:04:42 +02:00
rpl_change_master.result Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
rpl_charset.result fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_charset_sjis.result The bug 2013-05-08 13:36:17 +04:00
rpl_checksum.result MDEV-5799: Error messages written upon LOST EVENTS incident are corrupted 2014-06-25 13:08:30 +02:00
rpl_checksum_cache.result Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
rpl_circular_for_4_hosts.result 5.5 merge 2013-06-06 17:51:28 +02:00
rpl_colSize.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_commit_after_flush.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_concurrency_error.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_conditional_comments.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_connection.result BUG#13427949: CHANGE MASTER TO USER='' (EMPTY USER) CAUSES ERRORS ON VALGRING 2011-11-24 14:51:18 +00:00
rpl_corruption.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_create_database.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_create_if_not_exists.result MDEV-4879 - Merge test cases for new CREATE TEMPORARY TABLE privilege model 2013-09-20 13:12:53 +04:00
rpl_create_tmp_table_if_not_exists.result 10.0-base merge 2014-02-03 15:22:39 +01:00
rpl_critical_errors.result WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_critical_errors.result.txt WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_cross_version.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_current_user.result MDEV-4332 Increase username length from 16 characters 2013-11-03 16:31:52 +01:00
rpl_ddl.result Fixed failing test case 2014-02-11 16:57:28 +02:00
rpl_deadlock_innodb.result Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
rpl_delete_no_where.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_do_grant.result 10.0-base merge (roles) 2013-10-29 15:08:44 +01:00
rpl_drop.result Post-merge buildbot fixes: 2013-07-05 19:57:48 +04:00
rpl_drop_db.result MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not work 2013-06-15 19:09:31 +02:00
rpl_drop_temp.result 10.0-monty merge 2013-07-21 16:39:19 +02:00
rpl_drop_view.result MDEV-5894 MySQL BUG#34750: Print database name in Unknown Table error message 2014-03-20 00:44:35 +01:00
rpl_dual_pos_advance.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_EE_err.result * don't use 1-8 numbers for open_table_error codes, use an enum. 2013-04-09 15:34:17 +02:00
rpl_empty_master_host.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_err_ignoredtable.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_events.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_extra_col_master_innodb.result 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_master_myisam.result 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.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_extra_col_slave_myisam.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_failed_optimize.result BUG#11754075: BUG#45621: A FEW TEST FILES ARE DISABLED DUE TO WL#4284 2011-02-15 11:59:12 +00:00
rpl_filter_dbs_dynamic.result Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
rpl_filter_tables_dynamic.result 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.result 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.result Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
rpl_flush_logs.result Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
rpl_flushlog_loop.result merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_foreign_key_innodb.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_free_items.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_function_defaults.result MDEV-452 Add full support for auto-initialized/updated timestamp and datetime 2012-10-17 15:43:56 +03:00
rpl_geometry.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_get_lock.result 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.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_grant.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_gtid_basic.result MDEV-7236: rpl.rpl_gtid_basic failed in buildbot with wait_condition timeout 2014-12-02 12:10:21 +01:00
rpl_gtid_crash.result MDEV-7179: rpl.rpl_gtid_crash failed in buildbot with Warning: database page corruption or a failed 2014-11-25 14:19:11 +01:00
rpl_gtid_crash_myisam.result MDEV-4982: GTID looses all binlog state after crash if InnoDB is disabled 2013-11-21 14:42:25 +01:00
rpl_gtid_errorhandling.result MDEV-4726: Race in mysql-test/suite/rpl/t/rpl_gtid_stop_start.test 2014-02-07 20:24:39 +01:00
rpl_gtid_errorlog.result MDEV-4937: sql_slave_skip_counter does not work with GTID 2014-06-25 15:24:11 +02:00
rpl_gtid_ignored.result 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.result MDEV-6465 - rpl.rpl_gtid_master_promote fails on PPC64 2014-07-21 13:16:08 +04:00
rpl_gtid_mdev4473.result Merge 10.0-base -> 10.0 2013-05-28 15:39:56 +02:00
rpl_gtid_mdev4474.result Merge 10.0-base -> 10.0 2013-05-28 15:39:56 +02:00
rpl_gtid_mdev4484.result MDEV-4488: When master is on the list of ignore_server_ids, GTID position on slave is not updated 2013-08-22 12:36:42 +02:00
rpl_gtid_mdev4485.result 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_mdev4820.result MDEV-4820: Empty master does not give error for slave GTID position that does not exist in the binlog 2013-08-16 15:10:25 +02:00
rpl_gtid_nobinlog.result Merge MariaDB 10.0-base to 10.0. 2014-02-10 15:12:17 +01:00
rpl_gtid_reconnect.result MDEV-4483: CHANGE MASTER TO master_use_gtid=xxx looses old-style coordinates. 2013-06-07 08:43:21 +02:00
rpl_gtid_startpos.result Merge MariaDB 10.0-base to 10.0. 2014-02-10 15:12:17 +01:00
rpl_gtid_stop_start.result MDEV-6469 - rpl.rpl_gtid_basic, rpl.rpl_gtid_stop_start, 2014-07-22 14:54:38 +04:00
rpl_gtid_strict.result Merge 10.0-base -> 10.0 2013-05-28 15:39:56 +02:00
rpl_gtid_until.result Fix test failure seen in buildbot on power8. 2014-07-11 11:17:50 +02:00
rpl_heartbeat.result Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
rpl_heartbeat_2slaves.result Bug#43828, Bug#59494. 2011-02-04 22:07:48 +03:00
rpl_heartbeat_basic.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_heartbeat_debug.result MDEV-6188: master_retry_count (ignored if disconnect happens on SET master_heartbeat_period) 2014-06-17 14:10:13 +02:00
rpl_heartbeat_ssl.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_hrtime.result MDEV-26: Global transaction ID. First alpha release. 2013-04-15 10:55:27 +02:00
rpl_hrtime_row.result Merge with 5.1-microseconds 2011-05-28 05:11:32 +03:00
rpl_idempotency.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_ignore_grant.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_ignore_revoke.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_ignore_table.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_ignore_table_update.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_incident.result Fixes for parallel slave: 2013-10-14 00:24:05 +03:00
rpl_init_slave.result 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.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_innodb_bug28430.result Adding support for Dynamic columns (WL#34): 2011-05-08 13:24:06 +03:00
rpl_innodb_bug30888.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_innodb_bug68220.result MDEV-7070: rpl.rpl_innodb_bug68220 fails in buildbot 2014-11-12 16:14:08 +02:00
rpl_innodb_mixed_ddl.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_innodb_mixed_dml.result MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_insert.result 5.5-merge 2011-07-02 22:08:51 +02:00
rpl_insert_delayed,stmt.rdiff Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_insert_delayed.result per-combination result files 2012-02-06 22:55:17 +01:00
rpl_insert_id.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_insert_id_pk.result BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFE 2012-02-09 23:28:33 +05:30
rpl_insert_ignore.result BUG#11758262 - 50439: MARK INSERT...SEL...ON DUP KEY UPD,REPLACE...SEL,CREATE...[IGN|REPL] SEL 2011-09-29 14:47:27 +05:30
rpl_invoked_features.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_ip_mix.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_ip_mix2.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_ipv4_as_ipv6.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_ipv6.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_killed_ddl.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_known_bugs_detection.result Don't give warning if there are two unique keys used with INSERT .. ON DUPLICATE KEY UPDATE. 2014-09-16 00:00:47 +03:00
rpl_LD_INFILE.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_loaddata.result sanity 2014-08-10 14:36:17 +02:00
rpl_loaddata_charset.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_loaddata_fatal.result 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.result Merge from mysql-5.1 to mysql-5.5 2013-03-27 11:59:40 +05:30
rpl_loaddata_map.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_loaddata_s.result fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_loaddata_simple.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_loaddata_symlink.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_loaddatalocal.result Automatic merge 2012-09-22 15:30:24 +03:00
rpl_loadfile.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_locale.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_log_pos.result mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
rpl_lost_events_on_rotate.result MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
rpl_manual_change_index_file.result mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
rpl_many_optimize.result 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.result Merge MDEV-5754, MDEV-5769, and MDEV-5764 into 10.0 2014-03-04 14:32:42 +01:00
rpl_master_pos_wait.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_mdev359.result 5.5 merge 2014-02-01 00:54:03 +01:00
rpl_mdev382.result fix the fix and update test results for MDEV-4439 2014-02-06 16:27:23 +01:00
rpl_mdev6020.result MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel 2014-06-03 10:31:11 +02:00
rpl_mdev6386.result MDEV-7353: rpl_mdev6386 fails sporadically in buildbot 2015-01-06 09:52:09 +01:00
rpl_misc_functions.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_mix_found_rows.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_mixed_binlog_max_cache_size.result fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_mixed_bit_pk.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_mixed_ddl_dml.result MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
rpl_mixed_drop_create_temp_table.result 10.0-base merge 2014-02-03 15:22:39 +01:00
rpl_mixed_implicit_commit_binlog.result BUG#13627921 - MISSING FLAGS IN SQL_COMMAND_FLAGS MAY LEAD TO REPLICATION PROBLEMS 2014-09-30 15:55:02 +02:00
rpl_mixed_mixing_engines.result MDEV-7078 rpl.rpl_*mixing_engines tests fail in buildbot 2014-11-18 22:25:20 +01:00
rpl_mixed_row_innodb.result BUG#51894 Replication failure with SBR on DROP TEMPORARY TABLE inside a 2010-04-20 10:10:43 +01:00
rpl_multi_delete.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_multi_delete2.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_multi_engine.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_multi_update.result BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFE 2012-02-09 23:28:33 +05:30
rpl_multi_update2.result BUG#11758263 50440: MARK UNORDERED UPDATE WITH AUTOINC UNSAFE 2012-02-09 23:28:33 +05:30
rpl_multi_update3.result Post-merge buildbot fixes: 2013-07-05 19:57:48 +04:00
rpl_multi_update4.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_mysql_upgrade.result MDEV-5080 Assertion `strcmp(share->unique_file_name,filename) || share->last_version' fails at /storage/myisam/mi_open.c:67 2013-11-04 21:37:29 +01:00
rpl_name_const.result 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.result MDEV-7078 rpl.rpl_*mixing_engines tests fail in buildbot 2014-11-18 22:25:20 +01:00
rpl_non_direct_row_mixing_engines.result MDEV-7078 rpl.rpl_*mixing_engines tests fail in buildbot 2014-11-18 22:25:20 +01:00
rpl_non_direct_stm_mixing_engines.result MDEV-7078 rpl.rpl_*mixing_engines tests fail in buildbot 2014-11-18 22:25:20 +01:00
rpl_nondeterministic_functions.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_not_null_innodb.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_not_null_myisam.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_old_master.result MDEV-5769: Slave crashes on attempt to do parallel replication from an older master 2014-03-04 08:48:32 +01:00
rpl_optimize.result post-merge fixes. 2011-07-02 22:12:12 +02:00
rpl_packet.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_parallel.result MDEV-7326: Server deadlock in connection with parallel replication 2015-01-07 14:45:39 +01:00
rpl_parallel2.result MDEV-7241: rpl.rpl_parallel2 fails sporadically in buildbot 2014-12-02 09:27:22 +01:00
rpl_parallel_charset.result MDEV-6156: Parallel replication incorrectly caches charset between worker threads 2014-04-23 16:06:06 +02:00
rpl_parallel_no_log_slave_updates.result 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_retry.result 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.result MDEV-7103: Sporadic test falure in rpl.rpl_parallel_show_binlog_events_purge_logs 2014-11-13 10:04:45 +01:00
rpl_parallel_temptable.result MDEV-6321: close_temporary_tables() in format description event not serialised correctly 2014-08-19 14:26:42 +02:00
rpl_partition_archive.result MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
rpl_partition_innodb.result MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
rpl_partition_memory.result MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
rpl_partition_myisam.result MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
rpl_password_boundaries.result 10.0-monty merge 2013-07-21 16:39:19 +02:00
rpl_performance_schema.result Don't crash with: UPDATE performance_schema.setup_instruments SET ENABLED="NO"; 2012-01-24 18:07:35 +02:00
rpl_plugin_load.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_ps.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_rbr_to_sbr.result MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_read_new_relay_log_info.result 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.result 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.result after merge changes: 2011-12-12 23:58:40 +01:00
rpl_relay_space_innodb.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_relay_space_myisam.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_relayrotate.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_relayspace.result BUG#11746302: 25228: RPL_RELAYSPACE.TEST FAILS ON POWERMACG5, 2011-05-19 16:45:45 +01:00
rpl_replicate_do.result fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_replicate_ignore_db.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_report.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_report_port.result BUG#13812374 - RPL.RPL_REPORT_PORT FAILS OCCASIONALLY ON PB2 2012-12-04 18:14:01 +05:30
rpl_rewrt_db.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_rotate_logs.result 5.5 merge 2014-02-01 00:54:03 +01:00
rpl_rotate_purge_deadlock.result Fix a number of problems in the test suite (no code bugs): 2012-02-09 13:10:47 +01:00
rpl_row_001.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_4_bytes.result 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.result MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_row_annotate_dont.result MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_row_basic_2myisam.result 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_basic_3innodb.result 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_basic_8partition.result Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN 2013-02-14 17:03:49 +01:00
rpl_row_basic_11bugs.result MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_row_binlog_max_cache_size.result fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_row_blob_innodb.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_blob_myisam.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_colSize.result 10.0-monty merge 2013-07-21 16:39:19 +02:00
rpl_row_conflicts.result MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_row_corruption.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_row_create_select.result mysql-5.5.38 merge 2014-06-03 09:55:08 +02:00
rpl_row_create_table.result Fixed that rpl_row_create_table can be run with --ps-protocol 2014-02-22 03:11:56 +02:00
rpl_row_delayed_ins.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_drop.result 10.0-base merge 2013-12-16 13:02:21 +01:00
rpl_row_drop_create_temp_table.result 10.0-base merge 2014-02-03 15:22:39 +01:00
rpl_row_err_ignoredtable.result WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_row_find_row.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_find_row_debug.result mysql-5.5 merge 2012-01-16 20:16:35 +01:00
rpl_row_flsh_tbls.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_row_func001.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_func002.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_func003.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_idempotency.result 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_implicit_commit_binlog.result BUG#13627921 - MISSING FLAGS IN SQL_COMMAND_FLAGS MAY LEAD TO REPLICATION PROBLEMS 2014-09-30 15:55:02 +02:00
rpl_row_index_choice.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_row_inexist_tbl.result 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_loaddata_concurrent.result MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_row_loaddata_m.result WL#4189 2007-12-12 18:19:24 +01:00
rpl_row_log.result Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
rpl_row_log_innodb.result Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
rpl_row_max_relay_size.result Made max_relay_log_size depending on master connection. 2012-10-01 02:30:44 +03:00
rpl_row_merge_engine.result Bug#13693012: SLAVE CRASHING ON INSERT STATEMENT WITH MERGE TABLE 2012-02-24 16:07:43 +00:00
rpl_row_mixing_engines.result MDEV-7078 rpl.rpl_*mixing_engines tests fail in buildbot 2014-11-18 22:25:20 +01:00
rpl_row_multi_query.result WL#3933 Split main test suite to rpl, rpl_ndb and ndb 2007-06-27 14:28:02 +02:00
rpl_row_mysqlbinlog.result BUG#15891524: RLI_FAKE MODE IS NOT UNSET AFTER BINLOG REPLAY 2012-11-20 12:37:23 +00:00
rpl_row_NOW.result 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.result BUG#11766865: 60091: RBR + NO PK + UPDATE NULL VALUE --> SLAVE BREAK WITH ERROR HA_ERR_END_OF_ 2011-03-24 10:52:40 +00:00
rpl_row_rec_comp_myisam.result BUG#11766865: 60091: RBR + NO PK + UPDATE NULL VALUE --> SLAVE BREAK WITH ERROR HA_ERR_END_OF_ 2011-03-24 10:52:40 +00:00
rpl_row_reset_slave.result BUG#16580366- MTR TESTS FAILING SPORADICALLY ON PB2 (5.5, 5.6 AND 5.7) 2013-09-27 01:24:16 +05:30
rpl_row_show_relaylog_events.result Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
rpl_row_sp001.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_sp002_innodb.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_sp003.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_row_sp005.result More buildbot test result updates 2013-07-05 21:42:06 +04:00
rpl_row_sp006_InnoDB.result update results 2013-07-13 22:29:30 +02:00
rpl_row_sp007_innodb.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_row_sp008.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_sp009.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_sp010.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_sp011.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_sp012.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_tabledefs_2myisam.result 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_tabledefs_3innodb.result 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_tbl_metadata.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_trig001.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_trig002.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_trig003.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_trig004.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_triggers.result MDEV-9095: Executing triggers on slave in row-based replication 2014-03-19 11:00:56 +02:00
rpl_row_triggers_sbr.result MDEV-9095: Executing triggers on slave in row-based replication 2014-03-19 11:00:56 +02:00
rpl_row_trunc_temp.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_unsafe_funcs.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_until.result BUG#15965353- RPL.RPL_ROW_UNTIL FAILS ON PB2, 2013-02-19 01:58:57 +05:30
rpl_row_USER.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_utf16.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_row_utf32.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_row_UUID.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_view01.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_row_wide_table.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_savepoint.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_semi_sync.result mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
rpl_semi_sync_event.result MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00
rpl_semi_sync_uninstall_plugin.result Fix rpl.rpl_semi_sync_uninstall_plugin to work reliably 2014-08-07 18:08:50 +02:00
rpl_server_id1.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_server_id2.result BUG#11762616: BUG#55229: 'POSTION' 2011-05-06 00:50:31 +01:00
rpl_server_id_ignore.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_session_var.result Post-merge buildbot fixes: 2013-07-05 19:57:48 +04:00
rpl_set_charset.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_set_null_innodb.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_set_null_myisam.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_show_slave_hosts.result BUG#13333431 - INCORRECT DEFAULT PORT IN 'SHOW SLAVE HOSTS' OUTPUT 2012-02-28 14:02:27 +05:30
rpl_show_slave_running.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_skip_error.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_skip_incident.result MDEV-6180: Error 1590 is not autoskippable 2014-06-18 11:03:08 +02:00
rpl_skip_replication.result Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC. 2012-10-03 01:44:54 +03:00
rpl_slave_grp_exec.result 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_load_in.result 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.result 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_load_tmpdir_not_exist.result 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.result MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
rpl_slave_status.result 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.result BUG#11877568 - RPL_SEMI_SYNC FAILS IN PB 2011-03-16 16:38:30 +00:00
rpl_sp.result Check for duplicate index (port from mysql) 2013-09-20 22:30:19 +03:00
rpl_sp004.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_sp_effects.result mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
rpl_spec_variables.result merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_sporadic_master.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_ssl.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_ssl1.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_start_stop_slave.result Fix several buildot errors on Windows 2012-03-16 17:47:31 +01:00
rpl_stm_000001.result MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
rpl_stm_auto_increment_bug33029.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_stm_binlog_max_cache_size.result fixes for test failures 2012-09-27 20:09:46 +02:00
rpl_stm_conflicts.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_stm_drop_create_temp_table.result 10.0-base merge 2014-02-03 15:22:39 +01:00
rpl_stm_EE_err2.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_stm_flsh_tbls.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_stm_found_rows.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_stm_implicit_commit_binlog.result BUG#13627921 - MISSING FLAGS IN SQL_COMMAND_FLAGS MAY LEAD TO REPLICATION PROBLEMS 2014-09-30 15:55:02 +02:00
rpl_stm_innodb.result BUG#16580366- MTR TESTS FAILING SPORADICALLY ON PB2 (5.5, 5.6 AND 5.7) 2013-09-27 01:24:16 +05:30
rpl_stm_loaddata_concurrent.result Merge 10.0-base -> 10.0 2013-05-03 12:10:16 +02:00
rpl_stm_loadfile.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_stm_log.result Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
rpl_stm_maria.result post-merge fixes. 2011-07-02 22:12:12 +02:00
rpl_stm_max_relay_size.result Made max_relay_log_size depending on master connection. 2012-10-01 02:30:44 +03:00
rpl_stm_mix_show_relaylog_events.result Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
rpl_stm_mixing_engines.result MDEV-7078 rpl.rpl_*mixing_engines tests fail in buildbot 2014-11-18 22:25:20 +01:00
rpl_stm_multi_query.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_stm_no_op.result Post-merge buildbot fixes: 2013-07-05 19:57:48 +04:00
rpl_stm_relay_ign_space.result BUG#12400313 2012-03-12 23:15:01 +00:00
rpl_stm_reset_slave.result BUG#16580366- MTR TESTS FAILING SPORADICALLY ON PB2 (5.5, 5.6 AND 5.7) 2013-09-27 01:24:16 +05:30
rpl_stm_sql_mode.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_stm_start_stop_slave.result mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
rpl_stm_stop_middle_group.result rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
rpl_stm_until.result mysql-5.1.73 merge 2014-03-15 18:24:15 +01:00
rpl_stm_user_variables.result Added missing tests for GET DIAGNOSTICS. 2013-08-07 13:18:26 -07:00
rpl_stop_slave.result mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
rpl_switch_stm_row_mixed.result merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_sync.result MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
rpl_table_options.result 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.result Post-merge buildbot fixes: 2013-07-05 19:57:48 +04:00
rpl_temp_table_mix_row.result Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
rpl_temporal_mysql56.result Adding support for MySQL-5.6 temporal column types: 2013-07-10 11:49:17 +04:00
rpl_temporal_mysql56_to_mariadb.result MDEV-5297 TIME(0), TIMESTAMP(0) and DATETIME(0) are self-incompatible during replication (upstream) 2013-12-06 19:02:55 +04:00
rpl_temporary.result merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_temporary_error2.result 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.result merge with 5.3 2011-10-19 21:45:18 +02:00
rpl_test_framework.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_timezone.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_tmp_table_and_DDL.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_trigger.result merge with MySQL 5.5.27 2012-08-09 17:22:00 +02:00
rpl_trunc_temp.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_truncate_2myisam.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_truncate_3innodb.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_typeconv.result Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_typeconv_innodb.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_udf.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_user.result Merge 10.0-base -> 10.0 (GTID). 2013-04-17 15:17:01 +02:00
rpl_user_variables.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_variables.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
rpl_variables_stm.result Merge with 5.1-microseconds 2011-05-28 05:11:32 +03:00
rpl_view.result BUG#49978: Replication tests don't clean up replication state at the end 2010-12-19 18:07:28 +01:00
rpl_view_multi.result Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam. 2010-12-19 18:15:12 +01:00
semisync_memleak_4066.result MDEV-4254 Semisync plugins to link statically into MariaDB 2013-04-09 23:28:21 +02:00