mariadb/mysql-test/suite/rpl/r
ParadoxV5 1d5557d9c0 MDEV-36663 Semi-sync Replica Can't Kill Dump Thread When Using SSL
When a replica stops an established semi-sync connection, it is
supposed to kill the corresponding binlog dump thread on the primary
server.  However, when connections are configured to use SSL, this new
connection created by the replica to kill the dump thread doesn't have
any logic to configure SSL options, and thereby the connection can't be
made, and the dump thread will never be killed.

This patch adds logic to configure the semi-sync kill connection with
SSL. The exising logic to set up the connection options for the regular
connection was extracted into a function that the semi-sync kill
connection invokes.

Co-author: Brandon Nesterenko <brandon.nesterenko@mariadb.com>
2025-04-23 17:20:47 -06:00
..
circular_serverid0.result MDEV-21360 restore debud_dbug through a session variable instead of '-d,..' 2020-03-23 10:57:21 +01:00
create_or_replace2.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
create_or_replace_mix.result Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
create_or_replace_row.result Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
create_or_replace_statement.result Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
create_select.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
failed_create_view-6409.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
grant_replication_slave.result An additional test for MDEV-21743 Split up SUPER privilege to smaller privileges 2020-03-24 23:14:06 +04:00
ignore_table_autoinc-9737.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
kill_hard-6290.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
kill_race_condition.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
last_insert_id.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
mdev-31448_kill_ooo_finish_optimistic.result Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
mdev_17588.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
mdev_24667.result MDEV-24667 LOAD DATA INFILE on temporary table not written to slave binlog 2022-03-25 10:49:48 +02:00
myisam_external_lock.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
mysql-wsrep#110-2.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
parallel_backup.result Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
parallel_backup_lsu_off.result Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
parallel_backup_slave_binlog_off.result Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
parallel_backup_xa_debug.result Fix sporadic failure of rpl.parallel_backup_xa_debug 2025-03-13 18:58:12 +01:00
parallel_conflicts.result Split rpl_parallel into two tests to make it easier 2016-09-01 21:11:47 +03:00
password_expiration.result MDEV-7597 Expiration of user passwords 2019-02-21 15:04:03 +01:00
rename.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
replace.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl000001.a.result
rpl000001.b.result
rpl_000010.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_000011.result MDEV-16239 Many test in rpl suite fails 2019-10-08 13:34:25 +05:30
rpl_000013.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_000017.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_15867.result MDEV-16192 Table 't' is specified twice, both as a target for 'CREATE' and... 2018-07-18 20:58:59 +05:30
rpl_15919.result Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
rpl_alter.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_alter_db.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_alter_extra_persistent.result MDEV-11636 Extra persistent columns on slave always gets NULL in RBR 2017-01-01 17:38:41 +05:30
rpl_alter_instant.result MDEV-11369 Instant ADD COLUMN for InnoDB 2017-10-06 09:50:10 +03:00
rpl_alter_rollback.result MDEV-11675. Convert the new session var to bool type and test changes 2022-01-31 22:57:39 +02:00
rpl_auditing.result MDEV-33393 audit plugin do not report user did the action.. 2024-02-14 00:02:29 +04:00
rpl_auto_increment.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_auto_increment_11932.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_auto_increment_bug33029.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_auto_increment_bug45679.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
rpl_auto_increment_update_failure.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_autogen_query_multi_byte_char.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_begin_commit_rollback.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
rpl_binlog_cache_disk_full_loaddata.result MDEV-27436: binlog corruption (/tmp no space left on device at the same moment) 2023-10-31 11:48:00 +01:00
rpl_binlog_cache_disk_full_row.result MDEV-27436: binlog corruption (/tmp no space left on device at the same moment) 2023-10-31 11:48:00 +01:00
rpl_binlog_compress.result test suite for compressed binlog event 2016-10-19 20:20:47 +02:00
rpl_binlog_corruption.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_binlog_dump_slave_gtid_state_info.result Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
rpl_binlog_dup_entry.result MDEV-19158: MariaDB 10.2.22 is writing duplicate entries into binary log 2019-05-14 16:06:55 +05:30
rpl_binlog_errors.result Merge 10.6 into 10.11 2025-01-08 12:51:26 +02:00
rpl_binlog_grant.result MDEV-20076: SHOW GRANTS does not quote role names properly 2020-02-05 17:22:26 +01:00
rpl_binlog_index.result Merge 10.1 into 10.2 2020-09-22 15:21:43 +03:00
rpl_binlog_rollback_cleanup.result Merge branch 10.4 into 10.5 2022-04-21 15:47:03 +10:00
rpl_bit.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_bit_npk.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_blackhole.result MDEV-17544 No warning when trying to name a primary key constraint. 2019-07-30 21:57:48 +04:00
rpl_blackhole_row_annotate.result Merge branch '10.6' into 10.11 2024-07-22 15:14:50 +02:00
rpl_bug26395.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_bug31076.result MDEV-29625 Some clients/scripts refer to old slow log variables 2022-10-04 12:28:04 +02:00
rpl_bug33931.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
rpl_bug37426.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_bug38694.result Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
rpl_bug41902.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
rpl_cant_read_event_incident.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_change_master.result MDEV-32976: Un-deprecate MASTER_USE_GTID=Current_Pos 2024-03-15 18:18:42 +01:00
rpl_change_master_demote.result MDEV-34554: rpl_change_master_demote sporadically fails on buildbot 2024-07-11 14:45:12 -06:00
rpl_change_master_find_log_pos_err.result MDEV-25284: Assertion `info->type == READ_CACHE || info->type == WRITE_CACHE' failed 2021-10-18 10:43:51 -06:00
rpl_charset.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_charset_sjis.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_checksum.result Merge 10.6 into 10.11 2025-01-08 12:51:26 +02:00
rpl_checksum_cache.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_circular_for_4_hosts.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_circular_semi_sync.result MDEV-32551: "Read semi-sync reply magic number error" warnings on master 2024-01-23 13:03:11 +02:00
rpl_colSize.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
rpl_commit_after_flush.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_concurrency_error.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
rpl_conditional_comments.result Merge branch '10.1' into 10.2 2020-05-02 08:44:17 +02:00
rpl_connection.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-28 19:10:42 +01:00
rpl_corruption.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_create_database.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_create_drop_db.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_create_drop_event.result Merge branch '10.1' into 10.2 2019-05-04 17:04:55 +02:00
rpl_create_drop_function.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_create_drop_index.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_create_drop_procedure.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_create_drop_role.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_create_drop_trigger.result Fixing a bug in the recent commit that added trigger names into error messages 2017-04-23 12:57:26 +04:00
rpl_create_drop_udf.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_create_drop_user.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
rpl_create_drop_view.result MDEV-23764 Slave crashes in ha_storage_engine_is_enabled upon rename of view 2020-10-24 11:15:51 +02:00
rpl_create_if_not_exists.result Moved early check for table existance to mysql_execute_command() 2018-12-09 22:12:28 +02:00
rpl_create_or_replace_fail.result unify "partitioning cannot do X" error messages 2020-03-31 17:42:34 +02:00
rpl_create_select_row.result MDEV-35207 ignored error at binlogging by CREATE-TABLE-SELECT leads to assert 2025-04-03 19:00:02 +03: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
rpl_critical_errors.result.txt
rpl_cross_version.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_ctype_latin1.result MDEV-9077 Use sys schema in bootstrapping, incl. mtr 2021-03-18 08:02:48 +01:00
rpl_current_user.result MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error 2020-04-01 11:34:32 +02:00
rpl_ddl.result MDEV-7317: Make an index ignorable to the optimizer 2021-03-04 22:50:00 +05:30
rpl_deadlock_innodb.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
rpl_deadlock_show_slave_status.result MDEV-10653: SHOW SLAVE STATUS Can Deadlock an Errored Slave 2023-12-11 07:45:23 -07:00
rpl_default.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_delayed_slave,parallel.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
rpl_delayed_slave.result Merge branch '10.6' into 10.11 2024-02-01 18:36:14 +01:00
rpl_delayed_slave2.result MDEV-7145: Delayed replication 2016-10-16 23:44:44 +02:00
rpl_delete_no_where.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_do_grant.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
rpl_domain_id_filter.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_domain_id_filter_io_crash.result MDEV-14357: rpl.rpl_domain_id_filter_io_crash failed in buildbot with wrong result 2024-02-12 05:48:18 -07:00
rpl_domain_id_filter_master_crash.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
rpl_domain_id_filter_parallel.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_domain_id_filter_restart.result MDEV-10684: rpl.rpl_domain_id_filter_restart fails in buildbot 2024-04-11 09:49:20 -06:00
rpl_drop.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_drop_db.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
rpl_drop_db_fail.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_drop_temp.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_drop_temp_table_invalid_lex.result MDEV-19716: ASAN use-after-poison in Query_log_event::Query_log_event / THD::log_events_and_free_tmp_shares 2020-12-08 11:59:58 +05:30
rpl_drop_view.result Change error message when using DROP VIEW on a non existing view from 2017-04-07 18:22:06 +04:00
rpl_dual_pos_advance.result MDEV-17812 Use MariaDB in error messages instead of MySQL 2020-04-08 06:09:42 +00:00
rpl_dump_request_retry_warning.result MDEV-14203: rpl.rpl_extra_col_master_myisam, rpl.rpl_slave_load_tmpdir_not_exist failed in buildbot with a warning 2020-07-23 12:54:40 +05:30
rpl_EE_err.result Changed FLUSH TABLES to not change share version 2018-12-09 22:12:26 +02:00
rpl_empty_master_host.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_empty_string_is_null.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
rpl_err_ignoredtable.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_events.result Merge branch '10.2' into 10.3 2019-05-12 17:20:23 +02:00
rpl_extra_col_master_innodb.result Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
rpl_extra_col_master_myisam.result Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
rpl_extra_col_slave_innodb.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
rpl_extra_col_slave_myisam.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
rpl_fail_register.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-16 10:41:11 +01:00
rpl_failed_optimize.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_filter_dbs_dynamic.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_filter_revoke_missing_user.result MDEV-28530: Revoking privileges from a non-existing user on a master breaks replication on the slave in the presence of replication filters 2022-09-03 13:04:44 +03:00
rpl_filter_set_var_missing_data.result MDEV-28294: set default role bypasses Replicate_Wild_Ignore_Table: mysql.% 2022-08-22 18:23:56 +03:00
rpl_filter_tables_dynamic.result Merge 10.1 into 10.2 2020-09-03 09:10:03 +03:00
rpl_filter_tables_not_exist.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_filter_wild_tables_dynamic.result Merge 10.1 into 10.2 2020-09-03 09:10:03 +03:00
rpl_flush_logs.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_flushlog_loop.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_foreign_key_innodb.result MDEV-25530 Error 1451 on slave: Cannot delete or update a parent row: a foreign key constraint fails 2021-04-29 13:17:31 +02:00
rpl_free_items.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_from_mysql80.result Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
rpl_function_defaults.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_geometry.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_get_lock.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
rpl_get_master_version_and_clock.result MDEV-22189: Change error messages inside code to have mariadb instead of 2021-05-24 11:38:13 +05:30
rpl_gis_user_var.result MDEV-27666 User variable not parsed as geometry variable in geometry function 2024-01-16 18:53:23 +04:00
rpl_grant.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
rpl_gtid_basic.result MDEV-32976: Un-deprecate MASTER_USE_GTID=Current_Pos 2024-03-15 18:18:42 +01:00
rpl_gtid_crash.result Merge 10.6 into 10.11 2025-03-27 08:01:47 +02:00
rpl_gtid_crash_myisam.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_gtid_delete_domain.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-16 10:41:11 +01:00
rpl_gtid_errorhandling.result Merge 10.6 -> 10.11 2024-12-05 10:11:58 +01:00
rpl_gtid_errorlog.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-28 19:10:42 +01:00
rpl_gtid_excess_initial_delay.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_gtid_glle_no_terminate.result MDEV-28550: improper handling of replication event group that contains Gtid_log_list_event 2022-05-13 09:45:32 +02:00
rpl_gtid_grouping.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
rpl_gtid_header_valid.result MDEV-33672: 10.11 Fix for Two Phase Alter Flags 2024-04-24 13:19:36 +02:00
rpl_gtid_ignored.result MDEV-16421 Make system tables crash safe 2018-08-14 12:18:38 +03:00
rpl_gtid_master_promote.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_gtid_mdev4473.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_gtid_mdev4474.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_gtid_mdev4484.result Move deletion of old GTID rows to slave background thread 2018-12-07 07:10:40 +01:00
rpl_gtid_mdev4485.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_gtid_mdev4820.result MDEV-32976: Un-deprecate MASTER_USE_GTID=Current_Pos 2024-03-15 18:18:42 +01:00
rpl_gtid_mdev9033.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_gtid_misc.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_gtid_nobinlog.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_gtid_reconnect.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_gtid_slave_filtering.result MDEV-26632: multi source replication filters breaking GTID semantic 2023-12-11 12:04:49 +01:00
rpl_gtid_sort.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_gtid_startpos.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
rpl_gtid_stop_start.result Merge branch '10.6' into 10.11 2024-04-30 16:56:49 +02:00
rpl_gtid_strict.result Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
rpl_gtid_until.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_heartbeat.result MDEV-34029 rpl.rpl_heartbeat can fail when (BB) mtr reorders tests 2024-04-30 12:40:50 +03:00
rpl_heartbeat_2slaves.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_heartbeat_basic.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
rpl_heartbeat_debug.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
rpl_heartbeat_ssl.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_hrtime.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
rpl_hrtime_row.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_idempotency.result Merge branch '10.1' into 10.2 2018-12-30 18:30:29 +01:00
rpl_ignore_grant.result Merge 10.2 into 10.3 2021-03-18 12:34:48 +02:00
rpl_ignore_revoke.result MDEV-17658 change the structure of mysql.user table 2018-12-12 00:31:44 +01:00
rpl_ignore_table.result Merge 10.3 into 10.4 2022-12-13 11:37:33 +02:00
rpl_ignore_table_update.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_incident.result MDEV-21360 debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
rpl_incompatible_heartbeat.result MDEV-16146: MariaDB slave stops with following errors. 2021-04-30 20:34:31 +05:30
rpl_init_slave.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_init_slave_errors.result MDEV-21360 debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
rpl_innodb_bug28430.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
rpl_innodb_bug30888.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
rpl_innodb_mixed_ddl.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_innodb_mixed_dml.result UUID() function should return UUID, not VARCHAR(36) 2021-10-29 18:29:02 +02:00
rpl_insert.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_insert_delayed,stmt.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
rpl_insert_delayed.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_insert_id.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_insert_id_pk.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_insert_ignore.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_invoked_features.result rpl.rpl_invoked_features fails sporadically with "Duplicate key error" 2023-11-03 11:42:52 +02:00
rpl_iodku,stmt.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
rpl_iodku.result MDEV-28310 Missing binlog data for INSERT .. ON DUPLICATE KEY UPDATE 2022-05-06 22:16:42 +03:00
rpl_ip_mix.result MDEV-16239 Many test in rpl suite fails 2019-10-08 13:34:25 +05:30
rpl_ip_mix2.result MDEV-16239 Many test in rpl suite fails 2019-10-08 13:34:25 +05:30
rpl_ipv4_as_ipv6.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_ipv6.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_killed_ddl.result Merge branch '10.1' into 10.2 2019-05-04 17:04:55 +02:00
rpl_known_bugs_detection.result Merge 10.1 into 10.2 2019-08-12 18:25:35 +03:00
rpl_lcase_tblnames_rewrite_db.result Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
rpl_LD_INFILE.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_loaddata.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_loaddata_charset.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_loaddata_fatal.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_loaddata_local.result Added missing test file 2023-05-05 13:15:14 +03:00
rpl_loaddata_m.result MDEV-9077 Use sys schema in bootstrapping, incl. mtr 2021-03-18 08:02:48 +01:00
rpl_loaddata_map.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_loaddata_s.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_loaddata_simple.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_loaddata_symlink.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_loadfile.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_locale.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_log_pos.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_lost_events_on_rotate.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_manual_change_index_file.result Merge branch '10.9' into 10.10 2023-08-05 20:34:09 +02:00
rpl_many_optimize.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_mariadb_slave_capability.result MDEV-33331: IO Thread Relay Log Inconsistent Statistics After MDEV-32551 2024-01-31 22:18:31 +01:00
rpl_mark_optimize_tbl_ddl.result MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
rpl_master_pos_wait.result cleanup: redundant my_casedn_str() 2025-04-22 12:03:05 +02:00
rpl_mdev-11092.result Fix trivial spelling errors 2023-03-24 12:54:05 +11:00
rpl_mdev359.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_mdev382.result Merge remote-tracking branch 'origin/10.6' into 10.11 2024-07-08 21:52:08 +04:00
rpl_mdev6020.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_mdev6386.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_mdev8193.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
rpl_mdev10863.result MDEV-16421 Make system tables crash safe 2018-08-14 12:18:38 +03:00
rpl_mdev12179.result MDEV-16421 Make system tables crash safe 2018-08-14 12:18:38 +03:00
rpl_mdev33798.result MDEV-33798: ROW base optimistic deadlock with concurrent writes on same table 2024-05-02 21:07:45 +02:00
rpl_mdev_17614.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
rpl_memory_engine_truncate_on_restart.result MDEV-25607: Auto-generated DELETE from HEAP table can break replication 2024-07-05 12:00:09 -06:00
rpl_misc_functions.result MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations 2018-07-04 19:13:55 +02:00
rpl_mix_found_rows.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_mixed_binlog_max_cache_size.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
rpl_mixed_bit_pk.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_mixed_ddl_dml.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_mixed_drop_create_temp_table.result MDEV-26833 Missed statement rollback in case transaction drops or create temporary table 2021-11-05 19:33:28 +02:00
rpl_mixed_implicit_commit_binlog.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
rpl_mixed_mixing_engines.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05: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 MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_multi_delete2.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_multi_engine.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_multi_update.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_multi_update2.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_multi_update3.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_multi_update4.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_mysql57_stm_temporal_round.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_mysql80_stm_temporal_round.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_mysql_manager_race_condition.result MDEV-33799: mysql_manager_submit Segfault at Startup Still Possible During Recovery 2024-04-03 11:55:18 -06:00
rpl_mysql_upgrade.result Merge 10.5 into 10.6 2023-10-06 14:34:01 +03:00
rpl_mysqlbinlog_slave_consistency.result MDEV-28435: rpl.rpl_mysqlbinlog_slave_consistency fails intermittently on tables comparison 2022-04-28 11:46:08 -06:00
rpl_mysqldump_gtid_slave_pos.result Merge 10.6 into 10.11 2025-01-02 12:39:56 +02:00
rpl_name_const.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_non_direct_mixed_mixing_engines.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rpl_non_direct_row_mixing_engines.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rpl_non_direct_stm_mixing_engines.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
rpl_nondeterministic_functions.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_not_null_innodb.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_not_null_myisam.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_old_decimal.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_old_master.result Merge 10.6 into 10.11 2024-08-29 07:47:29 +03:00
rpl_old_master_29078.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
rpl_optimize.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_packet.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
rpl_parallel2.result Revert "MDEV-13915: STOP SLAVE takes very long time on a busy system" 2023-06-06 08:11:38 -06:00
rpl_parallel_29322.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
rpl_parallel_analyze.result Merge branch '10.3' into 10.4 2023-01-28 18:22:55 +01:00
rpl_parallel_analyze_table_hang.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_autoinc.result Merge 10.4 into 10.5 2023-08-15 18:02:18 +02:00
rpl_parallel_charset.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
rpl_parallel_conflicts.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_deadlock_corrupt_binlog.result Merge branch '10.4' into 10.5 2022-05-09 22:04:06 +02:00
rpl_parallel_deadlock_victim.result Merge 10.4 into 10.5 2023-08-15 18:02:18 +02:00
rpl_parallel_deadlock_victim2.result Merge 10.4 into 10.5 2023-08-15 18:02:18 +02:00
rpl_parallel_domain.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_domain_slave_single_grp.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_free_deferred_event.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_ftwrl.result MDEV-31509: Lost data with FTWRL and STOP SLAVE 2023-07-12 09:41:32 +02:00
rpl_parallel_gco_wait_kill.result MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
rpl_parallel_gtid_slave_pos_update_fail.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_ignore_error_on_rotate.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_ignored_errors.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
rpl_parallel_incorrect_relay_pos.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_innodb_lock_conflict.result Fix sporadic failure of rpl.rpl_parallel_innodb_lock_conflict 2025-02-19 11:28:47 +00:00
rpl_parallel_kill.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-16 10:41:11 +01:00
rpl_parallel_mdev6589.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_parallel_missed_error_handling.result Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
rpl_parallel_mode.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_multi_domain_xa.result MDEV-34042: Deadlock kill of XA PREPARE can break replication / rpl.rpl_parallel_multi_domain_xa sporadic failure 2024-05-05 19:01:56 +02:00
rpl_parallel_multilevel.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_parallel_multilevel2.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_parallel_no_log_slave_updates.result MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
rpl_parallel_optimistic.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
rpl_parallel_optimistic_error_stop.result MDEV-30780 optimistic parallel slave hangs after hit an error 2023-03-16 18:55:19 +02:00
rpl_parallel_optimistic_nobinlog.result MDEV-7635: Test fixes 2017-02-10 06:30:42 -05:00
rpl_parallel_optimistic_until.result MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTIL 2020-05-26 18:49:43 +03:00
rpl_parallel_optimistic_xa.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
rpl_parallel_optimistic_xa_lsu_off.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
rpl_parallel_partial_binlog_trans.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_partition.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_parallel_record_gtid_wakeup.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_retry.result MDEV-33303: slave_parallel_mode=optimistic should not report the mode's specific temporary errors 2024-03-15 15:55:06 +01:00
rpl_parallel_retry_deadlock.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_rollback_assert.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_sbm.result MDEV-33500 (part 2): rpl.rpl_parallel_sbm can still fail 2024-09-17 06:29:20 -06:00
rpl_parallel_seq.result MDEV-31779 Server crash in Rows_log_event::update_sequence upon replaying binary log 2024-04-10 19:31:39 +03:00
rpl_parallel_show_binlog_events_purge_logs.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_parallel_single_grpcmt.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_slave_bgc_kill.result sporadic failures of binlog_encryption.rpl_parallel_slave_bgc_kill 2024-04-21 01:17:31 +02:00
rpl_parallel_stop_on_con_kill.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_stop_slave.result Merge 10.5 into 10.6 2024-03-18 17:07:32 +02:00
rpl_parallel_temptable.result Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
rpl_parallel_wrong_binlog_order.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_wrong_exec_master_pos.result MDEV-18648: slave_parallel_mode= optimistic default in 10.5 2019-12-23 17:48:01 +05:30
rpl_parallel_xa_same_xid.result MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
rpl_partition_archive.result MDEV-5798: Wrong errorcode for missing partition after TRUNCATE PARTITION 2024-12-05 08:17:35 +01:00
rpl_partition_innodb.result MDEV-5798: Wrong errorcode for missing partition after TRUNCATE PARTITION 2024-12-05 08:17:35 +01:00
rpl_partition_memory.result MDEV-5798: Wrong errorcode for missing partition after TRUNCATE PARTITION 2024-12-05 08:17:35 +01:00
rpl_partition_myisam.result MDEV-5798: Wrong errorcode for missing partition after TRUNCATE PARTITION 2024-12-05 08:17:35 +01:00
rpl_password_boundaries.result MDEV-24312 master_host has 60 character limit, increase to 255 bytes 2021-04-20 16:36:56 +02:00
rpl_performance_schema.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_perfschema_applier_config.result MDEV-16437: merge 5.7 P_S replication instrumentation and tables 2021-04-16 09:05:39 +05:30
rpl_perfschema_applier_status.result MDEV-16437: merge 5.7 P_S replication instrumentation and tables 2021-04-16 09:11:48 +05:30
rpl_perfschema_applier_status_by_coordinator.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_perfschema_applier_status_by_worker.result MDEV-25502: rpl.rpl_perfschema_applier_status_by_worker failed in bb with: Test assertion failed 2021-05-13 10:34:32 +05:30
rpl_perfschema_connect_config.result MDEV-32976: Un-deprecate MASTER_USE_GTID=Current_Pos 2024-03-15 18:18:42 +01:00
rpl_plugin_load.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_ps.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_query_cache.result MDEV-27047: Replication fails to remove affected queries from query cache 2021-11-16 13:58:22 +02:00
rpl_rbr_monitor.result MDEV-7409 On RBR, extend the PROCESSLIST info to include at least the name of the recently used table 2021-02-26 12:27:17 +00:00
rpl_rbr_to_sbr.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rpl_read_new_relay_log_info.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_read_old_relay_log_info.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_read_only.result Merge branch '10.10' into 10.11 2023-08-08 14:57:31 +02:00
rpl_read_only2.result Merge 10.3 into 10.4 2019-11-01 15:23:18 +02:00
rpl_relay_max_extension.result MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showed 2021-01-21 13:00:02 +05:30
rpl_relay_space_innodb.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_relay_space_myisam.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_relayrotate.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_relayspace.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_reopen_temp_table.result MDEV-5535: Cannot reopen temporary table 2016-06-10 18:39:43 -04:00
rpl_replicate_do.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
rpl_replicate_ignore_db.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_report.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_report_port.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_reset_slave_all_clears_filters.result MDEV-25284: Assertion `info->type == READ_CACHE || info->type == WRITE_CACHE' failed 2021-10-18 10:43:51 -06:00
rpl_reset_slave_fail.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_rewrite_db_sys_vars.result sporadic failures of rpl.rpl_rewrite_db_sys_vars 2024-04-22 21:02:11 +02:00
rpl_rewrt_db.result Merge 10.1 into 10.2 2019-03-27 12:26:11 +02:00
rpl_rotate_logs.result Fix rpl.rpl_rotate_logs to work with --repeat 2023-07-30 22:00:43 +02:00
rpl_rotate_purge_deadlock.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_001.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_row_4_bytes.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_annotate_do.result Changed FLUSH TABLES to not change share version 2018-12-09 22:12:26 +02:00
rpl_row_annotate_dont.result Changed FLUSH TABLES to not change share version 2018-12-09 22:12:26 +02:00
rpl_row_basic_2myisam.result MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
rpl_row_basic_3innodb.result MDEV-8334: Rename utf8 to utf8mb3 2021-05-19 06:48:36 +02:00
rpl_row_basic_8partition.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_row_basic_11bugs.result MDEV-9077 Use sys schema in bootstrapping, incl. mtr 2021-03-18 08:02:48 +01:00
rpl_row_big_table_id,32bit.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
rpl_row_big_table_id.result Fixed some mtr tests that failed on windows 2024-01-23 13:03:12 +02:00
rpl_row_binlog_max_cache_size.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-28 19:10:42 +01:00
rpl_row_blob_innodb.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_blob_myisam.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_colSize.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_row_conflicts.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_corruption.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-28 19:10:42 +01:00
rpl_row_create_select.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_row_create_table.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
rpl_row_delayed_ins.result Changed FLUSH TABLES to not change share version 2018-12-09 22:12:26 +02:00
rpl_row_drop.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_drop_create_temp_table.result MDEV-26833 Missed statement rollback in case transaction drops or create temporary table 2021-11-05 19:33:28 +02:00
rpl_row_drop_temp_table.result Merge 10.1 into 10.2 2019-07-25 12:14:27 +03:00
rpl_row_end_of_statement_loss.result Added checking that row events ends with a proper end block 2018-01-11 23:57:08 +02:00
rpl_row_err_ignoredtable.result
rpl_row_find_row.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_row_find_row_debug.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
rpl_row_flsh_tbls.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_row_func001.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_func002.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_func003.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_idempotency.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-16 10:41:11 +01:00
rpl_row_img_blobs.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_row_img_eng_min.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_row_img_eng_noblob.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_row_img_sequence_full.result MDEV-28986: rpl tests sometimes failing on freebsd builders 2022-09-20 15:24:13 -06:00
rpl_row_img_sequence_min.result MDEV-28986: rpl tests sometimes failing on freebsd builders 2022-09-20 15:24:13 -06:00
rpl_row_img_sequence_noblob.result MDEV-28986: rpl tests sometimes failing on freebsd builders 2022-09-20 15:24:13 -06:00
rpl_row_implicit_commit_binlog.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
rpl_row_index_choice.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_inexist_tbl.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_lcase_tblnames.result Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
rpl_row_loaddata_concurrent.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_row_loaddata_m.result
rpl_row_log.result Merge 10.1 into 10.2 2017-12-05 14:23:57 +02:00
rpl_row_log_innodb.result Merge 10.1 into 10.2 2017-12-05 14:23:57 +02:00
rpl_row_max_relay_size.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_merge_engine.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_row_mixing_engines.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rpl_row_multi_query.result
rpl_row_mysqlbinlog.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
rpl_row_NOW.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_rec_comp_innodb.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_row_rec_comp_myisam.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_row_reset_slave.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_row_rollback_to_savepoint.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rpl_row_show_relaylog_events.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rpl_row_sp001.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp002_innodb.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp003.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp005.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp006_InnoDB.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp007_innodb.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp008.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp009.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp010.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp011.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_sp012.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_spatial.result Merge 10.1 into 10.2 2018-08-21 15:20:34 +03:00
rpl_row_tabledefs_2myisam.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_tabledefs_3innodb.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_tbl_metadata.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_row_to_stmt.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rpl_row_trig001.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_trig002.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_trig003.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_trig004.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_trigger_multi_db.result MDEV-29894: Calling a function from a different database in a slave side trigger crashes 2023-06-21 12:51:01 -06:00
rpl_row_triggers.result MDEV-21833 Make slave_run_triggers_for_rbr enforce triggers to run on slave, even when there are triggers on the master 2020-03-09 22:16:43 +02:00
rpl_row_trunc_temp.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_type_conv_err_msg.result MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'varchar(20)' 2019-08-27 13:05:04 +05:30
rpl_row_unsafe_funcs.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_until.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
rpl_row_USER.result reenable tests from engines/funcs 2021-03-10 09:12:57 +01:00
rpl_row_utf16.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_row_utf32.result MDEV-32249 strings/ctype-ucs2.c:2336: my_vsnprintf_utf32: Assertion `(n % 4) == 0' failed in my_vsnprintf_utf32 on INSERT 2023-10-11 22:39:36 +04:00
rpl_row_UUID.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_row_vcol_crash.result MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11 2021-01-04 15:06:12 +05:30
rpl_row_view01.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_row_virt.result MDEV-19338 InnoDB: Failing assertion: !cursor->index->is_committed() 2020-07-31 17:32:29 +10:00
rpl_row_wide_table.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_savepoint.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_seconds_behind_master_spike.result Merge branch '10.6' into 10.11 2024-02-01 18:36:14 +01:00
rpl_semi_sync.result Merge branch '10.6' into 10.11 2024-02-01 18:36:14 +01:00
rpl_semi_sync_after_sync.result Merge branch '10.6' into 10.11 2024-02-01 18:36:14 +01:00
rpl_semi_sync_after_sync_coord_consistency.result MDEV-35109: Semi-sync Replication stalling Primary using wait point=AFTER_SYNC 2024-11-04 10:45:58 -07:00
rpl_semi_sync_after_sync_row.result Merge branch '10.6' into 10.11 2024-02-01 18:36:14 +01:00
rpl_semi_sync_cond_var_per_thd.result MDEV-34122: Assertion `entry' failed in Active_tranx::assert_thd_is_waiter 2024-10-21 15:35:54 -06:00
rpl_semi_sync_event.result MDEV-32551: "Read semi-sync reply magic number error" warnings on master 2024-01-23 13:03:11 +02:00
rpl_semi_sync_event_after_sync.result MDEV-32551: "Read semi-sync reply magic number error" warnings on master 2024-01-23 13:03:11 +02:00
rpl_semi_sync_fail_over.result MDEV-33465: an option to enable semisync recovery 2024-07-05 19:53:57 -06:00
rpl_semi_sync_gtid_reconnect.result rpl_semi_sync_gtid_reconnect results merge 2019-11-11 21:12:14 +02:00
rpl_semi_sync_master_disable_with_slave.result MDEV-36359: Patch NULL deref after disabling Semi-Sync primary 2025-04-17 15:56:45 -06:00
rpl_semi_sync_master_shutdown.result sporadic failures of rpl.rpl_semi_sync_master_shutdown 2024-04-10 19:38:39 +02:00
rpl_semi_sync_no_missed_ack_after_add_slave.result MDEV-35477: rpl_semi_sync_no_missed_ack_after_add_slave fails after MDEV-35109 2024-11-21 11:30:25 -07:00
rpl_semi_sync_shutdown_await_ack.result MDEV-35350: Consolidate MTR wait_for_pattern_in_file.inc and SEARCH_WAIT in search_pattern_in_file.inc 2024-11-07 13:25:58 -07:00
rpl_semi_sync_skip_repl.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
rpl_semi_sync_slave_compressed_protocol.result MDEV-24773: slave_compressed_protocol doesn't work properly with semi-sync replication 2021-04-26 11:09:39 +05:30
rpl_semi_sync_slave_enabled_consistent.result MDEV-33716: rpl.rpl_semi_sync_slave_enabled_consistent Fails with Error Condition Reached 2024-03-19 14:16:07 -06:00
rpl_semi_sync_slave_reply_fail.result MDEV-32551: "Read semi-sync reply magic number error" warnings on master 2024-01-23 13:03:11 +02:00
rpl_semi_sync_ssl_stop.result MDEV-36663 Semi-sync Replica Can't Kill Dump Thread When Using SSL 2025-04-23 17:20:47 -06:00
rpl_semi_sync_wait_no_slave.result MDEV-18096 The server would crash when has configs rpl_semi_sync_master_enabled = OFF rpl_semi_sync_master_wait_no_slave = OFF 2019-04-19 18:48:16 +03:00
rpl_semi_sync_wait_point.result MDEV-30269: Remove rpl_semi_sync_[slave,master] usage in code 2023-03-23 13:39:46 +01:00
rpl_semisync_ali_issues.result MDEV-32551: "Read semi-sync reply magic number error" warnings on master 2024-01-23 13:03:11 +02:00
rpl_server_id1.result MDEV-22189: Change error messages inside code to have mariadb instead of 2021-05-24 11:38:13 +05:30
rpl_server_id2.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_server_id_ignore.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_session_var.result MDEV-32551: "Read semi-sync reply magic number error" warnings on master 2024-01-23 13:03:11 +02:00
rpl_session_var2.result MDEV-32551: "Read semi-sync reply magic number error" warnings on master 2024-01-23 13:03:11 +02:00
rpl_set_charset.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_set_null_innodb.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_set_null_myisam.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_set_statement.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_set_statement_default_master.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-17 19:44:11 +01:00
rpl_show_slave_hosts.result Always print slave host in SHOW SLAVE HOSTS 2019-07-29 13:38:29 +03:00
rpl_show_slave_running.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
rpl_show_slave_status.result MDEV-33212: mysqldump uses MASTER_LOG_POS with dump-slave 2024-03-08 15:23:42 +01:00
rpl_shutdown_sighup.result MDEV-30260: Slave crashed:reload_acl_and_cache during shutdown 2024-04-09 14:25:13 -06:00
rpl_shutdown_wait_semisync_slaves.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-17 19:44:11 +01:00
rpl_shutdown_wait_slaves.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-17 19:44:11 +01:00
rpl_skip_error.result MDEV-27512: Assertion !thd->transaction_rollback_request failed in rows_event_stmt_cleanup 2024-04-17 11:14:21 -06:00
rpl_skip_incident.result MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+ 2016-05-20 09:46:03 +02:00
rpl_skip_replication.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_slave_alias_replica.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_slave_grp_exec.result SP stack trace 2017-05-29 15:46:29 +04:00
rpl_slave_invalid_external_user.result 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.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_slave_load_remove_tmpfile.result fix for rpl_slave_load_remove_tmpfile.test 2020-01-16 10:25:01 +01:00
rpl_slave_load_tmpdir_not_exist.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-17 19:44:11 +01:00
rpl_slave_max_statement_time.result MDEV-27161: Add option for SQL thread to limit maximum execution time per query replicated 2022-08-03 20:25:43 +03:00
rpl_slave_restart_long_password.result MDEV-23857: replication master password length 2024-06-18 07:21:18 -06:00
rpl_slave_shutdown_mdev20821.result MDEV-20821 parallel slave server shutdown hang 2021-05-14 11:49:26 +01:00
rpl_slave_skip.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_slave_status.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-16 10:41:11 +01:00
rpl_slow_query_log.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_sp.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
rpl_sp004.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_sp_effects.result MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
rpl_sp_variables.result Update testcase post merge 2017-09-20 00:46:08 +03:00
rpl_spec_variables.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
rpl_special_charset.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_sporadic_master.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_sql_thd_start_errno_cleared.result MDEV-32651: Lost Debug_sync signal in rpl_sql_thd_start_errno_cleared 2023-11-01 07:35:07 -06:00
rpl_ssl.result MDEV-28428 Master_SSL_Crl shows Master_SSL_CA value in SHOW SLAVE STATUS output 2022-04-28 13:21:04 +02:00
rpl_ssl1.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-17 19:44:11 +01:00
rpl_start_alter_1.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_2.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_3.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_4.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_5.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_6.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_7.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_8.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_bugs.result MDEV-11675 Lag Free Alter On Slave 2022-01-27 21:25:07 +02:00
rpl_start_alter_chain_basic.result MDEV-29934 rpl.rpl_start_alter_chain_basic, rpl.rpl_start_alter_restart_slave sometimes fail in BB with result content mismatch 2024-06-19 14:09:00 +03:00
rpl_start_alter_ftwrl.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
rpl_start_alter_instant.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
rpl_start_alter_mysqlbinlog_1.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_mysqlbinlog_2.result MDEV-27849: rpl.rpl_start_alter_XXX fail sporadically in buildbot 2023-12-11 14:31:30 +01:00
rpl_start_alter_optimize.result MDEV-11675. Convert the new session var to bool type and test changes 2022-01-31 22:57:39 +02:00
rpl_start_alter_options.result Merge branch '10.6' into 10.11 2024-05-10 20:02:18 +02:00
rpl_start_alter_para_to_seq.result MDEV-11675. Convert the new session var to bool type and test changes 2022-01-31 22:57:39 +02:00
rpl_start_alter_restart_master.result Merge 10.9 into 10.10 2022-09-21 10:59:56 +03:00
rpl_start_alter_restart_slave.result MDEV-30460 rpl.rpl_start_alter_restart_slave sometimes fails in BB with result length mismatch 2024-06-17 19:06:34 +03:00
rpl_start_stop_slave.result minor fixes of rpl_start_stop_slave and rpl_slave_grp_exec tests, expanding rpl_gtid_delete_domain for easier later analysis 2020-10-14 18:16:57 +02:00
rpl_stm_000001.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_stm_auto_increment_bug33029.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
rpl_stm_binlog_max_cache_size.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
rpl_stm_conflicts.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_stm_drop_create_temp_table.result MDEV-26833 Missed statement rollback in case transaction drops or create temporary table 2021-11-05 19:33:28 +02:00
rpl_stm_EE_err2.result MDEV-22545: my_vsnprintf behaves not as in C standard 2020-05-24 21:27:08 +02:00
rpl_stm_flsh_tbls.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_stm_found_rows.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_stm_implicit_commit_binlog.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
rpl_stm_innodb.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_stm_lcase_tblnames.result Merge 10.1 into 10.2 2018-11-06 08:41:48 +02:00
rpl_stm_loaddata_concurrent.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_stm_loadfile.result Remove end . from error messages to get them consistent 2016-10-05 01:11:08 +03:00
rpl_stm_log.result Merge 10.1 into 10.2 2017-12-05 14:23:57 +02:00
rpl_stm_maria.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_stm_max_relay_size.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_stm_mix_show_relaylog_events.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rpl_stm_mixing_engines.result Updated wrong result files 2018-08-14 11:22:05 +03:00
rpl_stm_multi_query.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_stm_no_op.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_stm_relay_ign_space.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_stm_reset_slave.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_stm_sp.result MDEV-11913 Split sp_get_item_value() into methods in Type_handler 2017-02-01 15:36:22 +04:00
rpl_stm_sql_mode.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_stm_start_stop_slave.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
rpl_stm_stop_middle_group.result MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc 2023-11-16 10:41:11 +01:00
rpl_stm_until.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_stm_user_variables.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_stop_slave.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_stop_slave_error.result MDEV-32892: IO Thread Reports False Error When Stopped During Connecting to Primary 2024-07-08 10:39:17 -06:00
rpl_strict_password_validation.result Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
rpl_switch_stm_row_mixed.result UUID() function should return UUID, not VARCHAR(36) 2021-10-29 18:29:02 +02:00
rpl_sync.result Merge 10.5 into 10.6 2021-04-21 11:45:00 +03:00
rpl_system_versioning_partitions.result MDEV-35096: History is stored in different partitions on different nodes when using SYSTEM VERSION 2025-01-13 15:59:07 -07:00
rpl_table_options.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
rpl_temp_table.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_temp_table_mix_row.result Merge branch '10.6' into 10.7 2022-02-04 14:11:46 +01:00
rpl_temporal_format_default_to_default.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_temporal_format_mariadb53_to_mariadb53.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_temporal_format_mariadb53_to_mysql56.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_temporal_format_mariadb53_to_mysql56_dst.result Merge branch '10.1' into 10.2 2017-09-22 02:27:00 +02:00
rpl_temporal_format_mysql56_to_mariadb53.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_temporal_format_mysql56_to_mysql56.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_temporal_mysql56.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_temporal_mysql56_to_mariadb.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_temporal_mysql56_to_mariadb53.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
rpl_temporal_round.result MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMP 2018-11-26 08:10:47 +04:00
rpl_temporary.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
rpl_temporary_error2.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
rpl_temporary_error2_skip_all.result MDEV-27512: Assertion !thd->transaction_rollback_request failed in rows_event_stmt_cleanup 2024-04-17 11:14:21 -06:00
rpl_temporary_errors.result MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
rpl_test_framework.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_timestamp.result Merge 10.10 into 10.11 2023-03-29 16:53:37 +03:00
rpl_timezone.result MDEV-7635: Additional test fixes 2017-02-10 06:30:42 -05:00
rpl_tmp_table_and_DDL.result Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
rpl_tmp_table_and_DDL_innodb.result Post-merge: Update test results 2016-06-30 23:56:18 -04:00
rpl_trans_no_trans.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
rpl_trigger.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_trunc_temp.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_truncate_2myisam.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_truncate_3innodb.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_typeconv.result Merge 10.2 into 10.3 2018-10-17 19:37:05 +03:00
rpl_typeconv_innodb.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_udf.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_unsafe_statements.result Merge branch '10.5' into 10.6 2022-05-10 14:01:23 +02:00
rpl_update.result MDEV-13417 UPDATE produces wrong values if an updated column is later used as an update source 2018-02-12 13:14:23 +01:00
rpl_upgrade_master_info.result MDEV-28839: remove current_pos where not intentionally being tested 2023-02-13 21:04:52 +00:00
rpl_user.result MDEV-17753 ALTER USER fail to replicate 2019-01-13 20:59:45 +05:30
rpl_user_variables.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_using_gtid_default.result MDEV-32976: Un-deprecate MASTER_USE_GTID=Current_Pos 2024-03-15 18:18:42 +01:00
rpl_variables.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_variables_stm.result cleanup: get rid of a SQL warning in a test 2018-10-31 16:06:16 +01:00
rpl_view.result Item::print(): remove redundant parentheses 2016-12-12 20:44:41 +01:00
rpl_view_debug.result Merge branch '10.2' into 10.3 2020-01-17 00:46:40 +03:00
rpl_view_multi.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
rpl_xa.result Revert "MDEV-35019 Provide a way to enable "rollback XA on disconnect" behavior we had before 10.5.2" 2024-10-16 13:23:47 +02:00
rpl_xa_2pc_multi_engine.result MDEV-26652: xa transactions binlogged in wrong order 2025-01-30 11:30:33 -07:00
rpl_xa_empty_transaction.result MDEV-33921: Fix rpl_xa_empty_transaction.test 2024-07-17 16:38:26 -06:00
rpl_xa_gap_lock.result MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replication is used by default if master supports it 2022-07-26 13:31:27 -06:00
rpl_xa_gtid_pos_auto_engine.result Revert "MDEV-35019 Provide a way to enable "rollback XA on disconnect" behavior we had before 10.5.2" 2024-10-16 13:23:47 +02:00
rpl_xa_prepare_gtid_fail.result MDEV-31038: rpl.rpl_xa_prepare_gtid_fail clean up 2023-09-13 10:59:26 -06:00
rpl_xa_survive_disconnect.result MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
rpl_xa_survive_disconnect_lsu_off.result MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
rpl_xa_survive_disconnect_mixed_engines.result MDEV-742 XA PREPAREd transaction survive disconnect/server restart 2020-03-14 22:45:48 +02:00
sec_behind_master-5114.result Merge 10.1 into 10.2 2017-01-05 20:44:26 +02:00
semisync_future-7591.result Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
semisync_memleak_4066.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sequence.result Re-record failing SEQUENCE tests 2017-06-14 15:12:32 +03:00
show_status_stop_slave_race-7126.result MDEV-33582 Add more warnings to be able to better diagnose network issues 2024-03-05 20:19:49 +02:00
temporal_row-9560,old2new.rdiff MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0 2016-02-23 10:46:16 +01:00
temporal_row-9560.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00