mariadb/mysql-test/suite/galera/r
Kristian Nielsen b03469a9cf MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads
This is actually an existing problem in the old binlog implementation, and
this patch is applicable to old binlog also. The problem is that RESET
MASTER can run concurrently with binlog dump threads / connected slaves.
This will remove the binlog from under the feet of the reader, which can
cause all sorts of strange behaviour.

This patch fixes the problem by disallowing to run RESET MASTER when dump
threads (or other RESET MASTER or SHOW BINARY LOGS) are running. An error is
thrown in this case, user must stop slaves and/or kill dump threads to make
the RESET MASTER go through. A slave that connects in the middle of RESET
MASTER will wait for it to complete.

Fix a lot of test cases to kill any lingering dump threads before doing
RESET MASTER, mostly just by sourcing include/kill_binlog_dump_threads.inc.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2025-07-03 14:44:52 +02:00
..
basic.result MDEV-34504 PURGE BINARY LOGS not working anymore 2024-07-10 18:50:08 +03:00
binlog_checksum.result Galera4 2019-01-23 15:30:00 +04:00
create.result MDEV-31660 : Assertion `client_state.transaction().active() in wsrep_append_key 2023-09-29 12:54:04 +02:00
enforce_storage_engine.result MDEV-8578: fix galera test 2024-10-22 09:23:56 +02:00
enforce_storage_engine2.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
ev51914.result Galera4 2019-01-23 15:30:00 +04:00
fk.result Galera4 2019-01-23 15:30:00 +04:00
GAL-382.result Merge commit '43882e764d' into 10.4 2019-08-13 11:42:31 +04:00
GAL-401.result galera tests: corrections for garbd-related tests 2025-04-02 04:29:40 +02:00
GAL-419.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
GAL-480.result Galera4 2019-01-23 15:30:00 +04:00
galera#414.result Galera4 2019-01-23 15:30:00 +04:00
galera#500.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera#505.result MDEV-21494 : Galera test sporadic failure on galera.galera_defaults 2020-11-19 12:42:54 +02:00
galera-features#117.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_2primary_replica.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_admin.result MENT-411 : Implement wsrep_replicate_aria 2021-02-25 07:47:51 +02:00
galera_alter_engine_innodb.result Galera4 2019-01-23 15:30:00 +04:00
galera_alter_engine_myisam.result galera mtr tests: synchronization between branches and editions 2025-04-02 04:50:11 +02:00
galera_alter_table_force.result Galera4 2019-01-23 15:30:00 +04:00
galera_applier_ftwrl_table.result Galera4 2019-01-23 15:30:00 +04:00
galera_applier_ftwrl_table_alter.result galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
galera_as_master.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_as_master_large.result Galera4 2019-01-23 15:30:00 +04:00
galera_as_slave.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_as_slave_autoinc.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_as_slave_ctas.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_as_slave_gtid.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_as_slave_gtid_auto_engine.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_as_slave_gtid_myisam.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_as_slave_nonprim.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_as_slave_parallel_retry.result MDEV-35465 Async replication stops working on Galera async replica node when parallel replication is enabled 2024-12-03 15:05:32 +01:00
galera_as_slave_replay.result MDEV-24912: post-fix for test regression 2023-09-28 19:28:25 +02:00
galera_autoinc_sst_mariabackup.result Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
galera_backup_stage.result MDEV-23080: desync and pause node on BACKUP STAGE BLOCK_DDL 2021-07-27 08:11:41 +03:00
galera_backup_start.result MDEV-25037 : SIGSEGV in MDL_lock::hog_lock_types_bitmap 2023-01-27 08:38:27 +02:00
galera_bf_abort.result Galera4 2019-01-23 15:30:00 +04:00
galera_bf_abort_at_after_statement.result MDEV-21557 : galera_bf_abort_at_after_statement MTR failed: query 'reap' succeeded - should have failed with errno 1213 2022-05-03 09:02:13 +03:00
galera_bf_abort_flush_for_export.result Galera4 2019-01-23 15:30:00 +04:00
galera_bf_abort_for_update.result Galera4 2019-01-23 15:30:00 +04:00
galera_bf_abort_ftwrl.result Galera4 2019-01-23 15:30:00 +04:00
galera_bf_abort_get_lock.result Revert "MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster" 2023-06-03 10:39:34 +02:00
galera_bf_abort_lock_table.result MDEV-35941 : galera_bf_abort_lock_table fails with wait for metadata lock 2025-02-03 01:13:39 +01:00
galera_bf_abort_mariabackup.result Merge branch '10.6' into '10.11' 2025-04-02 06:33:39 +02:00
galera_bf_abort_ps.result MDEV-24255 MTR test galera_bf_abort fails with --ps-protocol 2020-12-28 16:23:38 +02:00
galera_bf_abort_ps_bind.result Galera test failure on galera_bf_abort_ps_bind 2022-03-30 08:31:18 +03:00
galera_bf_abort_ps_threadpool.result MDEV-24255 MTR test galera_bf_abort fails with --ps-protocol 2020-12-28 16:23:38 +02:00
galera_bf_abort_shutdown.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_bf_abort_sleep.result Galera4 2019-01-23 15:30:00 +04:00
galera_bf_background_statistics.result Galera4 2019-01-23 15:30:00 +04:00
galera_bf_kill,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_bf_kill.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_bf_kill_debug.result MDEV-24485 : galera.galera_bf_kill_debug MTR failed: A long semaphore wait 2025-02-03 10:39:50 +01:00
galera_bf_lock_wait.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_binlog_cache_size.result Merge 10.4 into 10.5 2022-04-21 15:33:50 +03:00
galera_binlog_checksum.result Merge branch '10.5' into '10.6' 2025-04-02 04:43:24 +02:00
galera_binlog_event_max_size_max.result Galera4 2019-01-23 15:30:00 +04:00
galera_binlog_event_max_size_min.result Galera4 2019-01-23 15:30:00 +04:00
galera_binlog_row_image.result Galera4 2019-01-23 15:30:00 +04:00
galera_binlog_stmt_autoinc.result galera mtr tests: synchronization of tests between branches 2025-02-12 11:30:14 +01:00
galera_cache_index.result MDEV-24912 : Assertion `state() == s_executing 2023-09-26 08:24:39 +02:00
galera_can_run_toi.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
galera_change_user.result Wsrep crash caused by COM_CHANGE_USER, COM_RESET_CONNECTION (#1358) 2019-07-15 12:06:24 +03:00
galera_circular_replication.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_commit_empty.result Galera4 2019-01-23 15:30:00 +04:00
galera_concurrent_ctas.result MDEV-32779 : galera_concurrent_ctas: assertion in the galera::ReplicatorSMM::finish_cert() 2024-12-03 03:19:35 +01:00
galera_create_function.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
galera_create_procedure.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
galera_create_table_as_select.result MDEV-33952: Fix flaky galera_create_table_as_select test with debug sync 2024-06-03 09:48:13 +02:00
galera_create_table_like.result Merge branch '10.3' into 10.4 2022-01-30 09:46:52 +01:00
galera_create_trigger.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
galera_create_view.result MDEV-22075 : Server crashes in wsrep_should_replicate_ddl_iterate upon CREATE VIEW 2020-04-08 18:09:28 +03:00
galera_ctas.result A cleanup for MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-14 08:00:56 +04:00
galera_ddl_fk_conflict.result galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
galera_ddl_fk_no_conflict.result MDEV-25538 Crash on REPAIR VIEW that was created from IS table 2022-01-19 15:32:42 +02:00
galera_ddl_multiline.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
galera_defaults.result Merge 10.11 into 11.4 2025-04-02 10:15:08 +03:00
galera_delete_limit.result Galera4 2019-01-23 15:30:00 +04:00
galera_desync_overlapped.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_disallow_local_gtid.result MDEV-20715 : Implement system variable to disallow local GTIDs in Galera 2021-03-01 15:21:31 +02:00
galera_drop_database.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_drop_multi.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_encrypt_tmp_files.result Galera4 2019-01-23 15:30:00 +04:00
galera_enum.result Galera4 2019-01-23 15:30:00 +04:00
galera_event_node_evict.result Merge 10.11 into 11.4 2025-04-02 10:15:08 +03:00
galera_events.result Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
galera_events2.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_fk_cascade_delete.result MDEV-26803 PA unsafety with FK cascade delete operation 2021-12-17 09:38:23 +02:00
galera_fk_cascade_delete_debug.result Merge branch 'bb-10.3-release' into bb-10.4-release 2021-02-12 17:44:22 +01:00
galera_fk_cascade_update.result Galera4 2019-01-23 15:30:00 +04:00
galera_fk_conflict.result Galera4 2019-01-23 15:30:00 +04:00
galera_FK_duplicate_client_insert.result MDEV-29081 trx_t::lock.was_chosen_as_deadlock_victim race in lock_wait_end() 2022-08-24 17:06:57 +03:00
galera_fk_lock_wait.result Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
galera_fk_mismatch.result Galera4 2019-01-23 15:30:00 +04:00
galera_fk_multibyte.result post-merge fix 2021-09-09 13:07:36 +02:00
galera_fk_multicolumn.result MDEV-34392 Inplace algorithm violates the foreign key constraint 2024-10-01 09:41:56 +05:30
galera_fk_multitable.result Galera4 2019-01-23 15:30:00 +04:00
galera_fk_no_pk.result Galera4 2019-01-23 15:30:00 +04:00
galera_fk_selfreferential.result Galera4 2019-01-23 15:30:00 +04:00
galera_fk_setnull.result Galera4 2019-01-23 15:30:00 +04:00
galera_fk_truncate.result MDEV-26053 : TRUNCATE on table with Foreign Key Constraint no longer replicated to other nodes 2021-09-17 07:18:37 +03:00
galera_flush_local.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_forced_binlog_format.result Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
galera_forced_binlog_format_ctas.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_ftwrl.result Galera4 2019-01-23 15:30:00 +04:00
galera_ftwrl_concurrent.result MDEV-32282: Galera node remains paused after interleaving FTWRLs 2023-10-26 22:13:54 +02:00
galera_ftwrl_drain.result Merge 10.3 into 10.4 2021-10-21 14:57:00 +03:00
galera_fulltext.result Merge 10.3 into 10.4 2021-10-04 12:36:47 +03:00
galera_gcache_recover.result Stabilize tests 2023-01-17 14:08:41 +02:00
galera_gcache_recover_full_gcache.result Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
galera_gcache_recover_manytrx.result galera mtr tests: synchronization of tests between branches 2025-02-12 11:30:14 +01:00
galera_gcs_fc_limit.result MDEV-20909 : Galera test failure on galera.galera_gcs_fc_limit: Server crash with signal 6 2019-12-23 16:06:25 +02:00
galera_gcs_fragment.result galera mtr tests: synchronization between branches and editions 2025-04-02 04:50:11 +02:00
galera_gcs_max_packet_size.result Galera4 2019-01-23 15:30:00 +04:00
galera_gra_log.result Merge branch '10.6' into 10.11 2024-07-22 15:14:50 +02:00
galera_gtid.result Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
galera_gtid_server_id.result Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
galera_gtid_slave.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_gtid_slave_sst_rsync.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_gtid_trx_conflict.result MDEV-35344: post-fix correction for other galera tests 2024-11-06 04:59:10 +01:00
galera_inject_bf_long_wait.result galera_inject_bf_log_wait mtr test: more stable test 2025-02-28 20:09:10 +01:00
galera_insert_bulk.result MDEV-30536: Fix Galera bulk insert optimization MTR test 2024-09-01 06:56:25 +02:00
galera_insert_ignore.result Galera4 2019-01-23 15:30:00 +04:00
galera_insert_multi.result Galera4 2019-01-23 15:30:00 +04:00
galera_ist_mariabackup,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_ist_mariabackup.result MDEV-25423 : Donor node fails to shutdown after mysqldump SST 2021-04-19 12:12:18 +03:00
galera_ist_mariabackup_innodb_flush_logs,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_ist_mariabackup_innodb_flush_logs.result MDEV-25423 : Donor node fails to shutdown after mysqldump SST 2021-04-19 12:12:18 +03:00
galera_ist_mariabackup_verify_ca.result MDEV-32344: IST failed with ssl-mode=VERIFY_CA 2023-12-07 04:57:21 +01:00
galera_ist_MDEV-28423,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_ist_MDEV-28423.result MDEV-28583 postfix: fixing .result files after automatic merge 2022-06-21 05:34:37 +02:00
galera_ist_MDEV-28583,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_ist_MDEV-28583.result MDEV-28583 postfix: fixing .result files after automatic merge 2022-06-21 05:34:37 +02:00
galera_ist_mysqldump,debug.rdiff Merge branch '10.5' into '10.6' 2025-02-27 04:02:33 +01:00
galera_ist_mysqldump.result Merge branch '10.5' into '10.6' 2025-04-02 04:43:24 +02:00
galera_ist_progress.result MDEV-24688 : galera.galera_ist_progress MTR failed: assert_grep.inc failed 2022-05-03 09:02:13 +03:00
galera_ist_recv_bind.result Galera4 2019-01-23 15:30:00 +04:00
galera_ist_restart_joiner.result Merge 10.3 into 10.4 2022-03-29 11:13:18 +03:00
galera_ist_rsync,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_ist_rsync.result MDEV-25423 : Donor node fails to shutdown after mysqldump SST 2021-04-19 12:12:18 +03:00
galera_ist_rsync_verify_ca.result MDEV-32344: IST failed with ssl-mode=VERIFY_CA 2023-12-07 04:57:21 +01:00
galera_kill_applier.result MDEV-12008 fixup: Do not add a new error code 2024-06-24 12:08:13 +03:00
galera_kill_bf.result MDEV-12008 fixup: Do not add a new error code 2024-06-24 12:08:13 +03:00
galera_kill_ddl.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_kill_group_commit.result MDEV-29293 MariaDB stuck on starting commit state 2023-05-22 00:42:05 +02:00
galera_kill_nochanges.result MDEV-18280: Galera test failure on galera_split_brain and galera_kill_nochanges 2021-01-28 07:39:34 +02:00
galera_kill_smallchanges.result Merge 10.3 into 10.4 2019-03-20 10:41:32 +02:00
galera_last_committed_id.result MDEV-35344: post-fix correction for other galera tests 2024-11-06 04:59:10 +01:00
galera_load_data.result MDEV-25102 UNIQUE USING HASH error after ALTER ... DISABLE KEYS 2024-05-06 17:16:10 +02:00
galera_lock_table.result Galera4 2019-01-23 15:30:00 +04:00
galera_lock_tables_in_transaction.result MDEV-22222: Assertion `state() == s_executing || state() == s_preparing || state() == s_prepared || state() == s_must_abort || state() == s_aborting || state() == s_cert_failed || state() == s_must_replay' failed in wsrep::transaction::before_rollback 2020-06-28 23:07:41 +02:00
galera_log_bin.result MDEV-30892 test galera.galera_log_bin is not deterministic 2023-05-03 04:25:22 +02:00
galera_log_bin_ext.result MDEV-30892 test galera.galera_log_bin is not deterministic 2023-05-03 04:25:22 +02:00
galera_log_bin_ext_mariabackup.result MDEV-30892 test galera.galera_log_bin is not deterministic 2023-05-03 04:25:22 +02:00
galera_log_bin_opt.result MDEV-30892 test galera.galera_log_bin is not deterministic 2023-05-03 04:25:22 +02:00
galera_log_output_csv.result Merge 10.3 into 10.4 2019-07-25 18:42:06 +03:00
galera_many_columns.result Galera4 2019-01-23 15:30:00 +04:00
galera_many_indexes.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
galera_many_rows.result Additional fixes 2022-10-25 12:58:10 +03:00
galera_many_tables_nopk.result MDEV-18182 : Galera test failure on galera.galera_many_tables_nopk 2022-05-16 12:17:13 +03:00
galera_many_tables_pk.result Galera4 2019-01-23 15:30:00 +04:00
galera_MDEV-29512.result MDEV-29512 deadlock between commit monitor and THD::LOCK_thd_data mutex 2023-01-13 13:11:03 +02:00
galera_mdev_10812.result Galera4 2019-01-23 15:30:00 +04:00
galera_mdev_13787.result Galera4 2019-01-23 15:30:00 +04:00
galera_mdev_15611.result Galera4 2019-01-23 15:30:00 +04:00
galera_mdl_race.result MDEV-33172 : Galera test case galera_mdl_race unstable 2024-01-30 00:27:37 +01:00
galera_multi_database.result Galera4 2019-01-23 15:30:00 +04:00
galera_multirow_rollback.result MDEV-21675: Data inconsistency after multirow insert rollback (#1474) 2020-03-21 09:17:28 +02:00
galera_myisam_autocommit.result Merge 10.5 into 10.6 2024-02-13 20:42:59 +02:00
galera_myisam_transactions.result wrong merge 2022-02-06 12:28:49 +01:00
galera_nonPK_and_PA.result galera: synchronization between branches and editions 2025-03-05 01:47:15 +01:00
galera_nopk_bit.result Galera4 2019-01-23 15:30:00 +04:00
galera_nopk_blob.result Galera4 2019-01-23 15:30:00 +04:00
galera_nopk_large_varchar.result Galera4 2019-01-23 15:30:00 +04:00
galera_nopk_unicode.result Galera4 2019-01-23 15:30:00 +04:00
galera_parallel_apply_lock_table.result galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
galera_parallel_autoinc_largetrx.result Merge 10.3 into 10.4 2020-05-05 20:33:10 +03:00
galera_parallel_autoinc_manytrx.result MDEV-21759 galera.galera_parallel_autoinc_manytrx sporadic failures. 2020-06-23 07:46:35 +03:00
galera_parallel_simple.result galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
galera_partition.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_partition_key.result MDEV-34269 : 10.11.8 cluster becomes inconsistent when using composite primary key and partitioning 2024-06-07 18:26:08 +02:00
galera_partitioned_tables.result galera mtr tests: synchronization between branches and editions 2025-04-02 04:50:11 +02:00
galera_password.result fix galera_password.result for 10.4 2021-05-05 23:06:12 +03:00
galera_pc_ignore_sb.result Re-record galera.galera_pc_ignore_sb test result for 10.4. 2019-09-14 11:48:42 +03:00
galera_pc_recovery.result Galera4 2019-01-23 15:30:00 +04:00
galera_performance_schema.result Galera GTID support 2020-01-29 15:06:06 +02:00
galera_pk_bigint_signed.result Galera4 2019-01-23 15:30:00 +04:00
galera_pk_bigint_unsigned.result Galera4 2019-01-23 15:30:00 +04:00
galera_prepared_statement.result Galera4 2019-01-23 15:30:00 +04:00
galera_query_cache.result Galera4 2019-01-23 15:30:00 +04:00
galera_query_cache_invalidate.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_query_cache_sync_wait.result Merge 10.3 into 10.4 2019-03-06 09:00:52 +02:00
galera_read_only.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
galera_repair_view.result MDEV-25538 Crash on REPAIR VIEW that was created from IS table 2022-01-19 15:32:42 +02:00
galera_repl_key_format_flat16.result Galera4 2019-01-23 15:30:00 +04:00
galera_repl_max_ws_size.result MDEV-26597 : Assertion `!wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row())' failed. 2022-10-09 10:09:47 +03:00
galera_replica_no_gtid.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_restart_nochanges.result Galera4 2019-01-23 15:30:00 +04:00
galera_restart_on_unknown_option.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_restart_replica.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
galera_roles.result MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite 2022-11-01 16:33:00 +01:00
galera_rsu_add_pk.result Merge commit '10.3' into 10.4 2020-03-11 13:27:10 +01:00
galera_rsu_drop_pk.result Merge branch '10.3' into 10.4 2020-01-21 23:15:02 +01:00
galera_rsu_error.result Galera4 2019-01-23 15:30:00 +04:00
galera_rsu_simple.result Galera4 2019-01-23 15:30:00 +04:00
galera_rsu_wsrep_desync.result Test results updated. 2022-10-06 13:08:20 +03:00
galera_savepoint_replay.result MDEV-30317 Transaction savepoint may cause failure in galera replaying 2023-01-13 13:11:03 +02:00
galera_sbr.result Galera4 2019-01-23 15:30:00 +04:00
galera_sbr_binlog.result Galera4 2019-01-23 15:30:00 +04:00
galera_schema.result A cleanup for MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-14 08:00:56 +04:00
galera_schema_dirty_reads.result Galera4 2019-01-23 15:30:00 +04:00
galera_sequence_engine.result galera mtr tests: synchronization of tests between branches 2025-02-12 11:30:14 +01:00
galera_sequences,binlogoff.rdiff MDEV-32631 : galera_2_cluster: before_rollback(): Assertion `0' failed 2025-02-18 04:51:16 +01:00
galera_sequences.result MDEV-33850 : For Galera, create sequence with low cache got signal 6 error: [ERROR] WSREP: FSM: no such a transition REPLICATING -> COMMITTED 2025-04-02 04:29:40 +02:00
galera_sequences_bf_kill.result MDEV-33850 : For Galera, create sequence with low cache got signal 6 error: [ERROR] WSREP: FSM: no such a transition REPLICATING -> COMMITTED 2025-04-02 04:29:40 +02:00
galera_sequences_transaction.result MDEV-33850 : For Galera, create sequence with low cache got signal 6 error: [ERROR] WSREP: FSM: no such a transition REPLICATING -> COMMITTED 2025-04-02 04:29:40 +02:00
galera_serializable.result Galera4 2019-01-23 15:30:00 +04:00
galera_server.result Galera4 2019-01-23 15:30:00 +04:00
galera_set_position_after_cert_failure.result Wsrep position not updated in InnoDB after certification failures (#1432) 2020-01-14 07:33:02 +02:00
galera_set_position_after_dummy_writeset.result Wsrep position not updated in InnoDB after certification failures (#1432) 2020-01-14 07:33:02 +02:00
galera_shutdown_nonprim.result MDEV-32635: galera_shutdown_nonprim: mysql_shutdown failed 2024-01-30 00:22:23 +01:00
galera_slave_replay.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_sp_bf_abort.result Merge 10.1 into 10.2 2020-06-05 18:32:37 +02:00
galera_sp_insert_parallel.result Fixed wsrep replaying for stored procedures (#1256) 2019-04-06 12:33:51 +03:00
galera_split_brain.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_sql_log_bin_zero.result Galera4 2019-01-23 15:30:00 +04:00
galera_ssl.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_ssl_cipher.result MDEV-34738 : Upgrade 10.11 -> 11.4 fails when wsrep_provider_options socket.ssl_cipher is set 2025-02-03 01:39:35 +01:00
galera_ssl_compression.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_ssl_upgrade.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_sst_encrypted.result Merge 10.3 into 10.4 2022-04-21 11:33:59 +03:00
galera_sst_mariabackup,debug.rdiff Merge 10.6 into 10.11 2025-03-27 08:01:47 +02:00
galera_sst_mariabackup.result MDEV-32974 : Member fails to join due to old seqno in GTID 2024-04-11 10:18:20 +03:00
galera_sst_mariabackup_data_dir,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_sst_mariabackup_data_dir.result MDEV-25423 : Donor node fails to shutdown after mysqldump SST 2021-04-19 12:12:18 +03:00
galera_sst_mariabackup_encrypt_with_key-openssl.result MDEV-25693: SST failed due to incorrect connection address 2021-05-17 20:40:45 +02:00
galera_sst_mariabackup_encrypt_with_key.result Merge 10.3 into 10.4 2021-05-10 09:52:01 +03:00
galera_sst_mariabackup_encrypt_with_key_server.result MDEV-25693: SST failed due to incorrect connection address 2021-05-17 20:33:55 +02:00
galera_sst_mariabackup_force_recovery,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_sst_mariabackup_force_recovery.result MDEV-26064: mariabackup SST fails when starting with --innodb-force-recovery 2021-11-23 03:10:47 +01:00
galera_sst_mariabackup_gtid,debug.rdiff galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
galera_sst_mariabackup_gtid.result MDEV-34891 : SST failure occurs when gtid_strict_mode is enabled 2025-02-18 19:30:04 +01:00
galera_sst_mariabackup_logarchive,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_sst_mariabackup_logarchive.result MDEV-28377: galera_as_slave_nonprim bind: Address already in use 2022-04-26 20:44:20 +02:00
galera_sst_mariabackup_lost_found.result Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
galera_sst_mariabackup_qpress.result MDEV-25719 post-merge correction: wsrep_debug=ON -> wsrep_debug=1 2021-05-22 02:17:16 +02:00
galera_sst_mariabackup_table_options.result Galera4 2019-01-23 15:30:00 +04:00
galera_sst_mariabackup_use_memory.result MDEV-29445 fixup: galera_sst_mariabackup_use_memory 2025-03-27 08:54:00 +02:00
galera_sst_mysqldump,debug.rdiff Merge branch '10.5' into '10.6' 2025-02-27 04:02:33 +01:00
galera_sst_mysqldump.result Merge branch '10.5' into '10.6' 2025-02-27 04:02:33 +01:00
galera_sst_mysqldump_with_key,debug.rdiff Merge branch '10.5' into '10.6' 2025-02-27 04:02:33 +01:00
galera_sst_mysqldump_with_key.result Merge branch '10.5' into '10.6' 2025-02-27 04:02:33 +01:00
galera_sst_rsync,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_sst_rsync.result MDEV-25423 : Donor node fails to shutdown after mysqldump SST 2021-04-19 12:12:18 +03:00
galera_sst_rsync2,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_sst_rsync2.result MDEV-25423 : Donor node fails to shutdown after mysqldump SST 2021-04-19 12:12:18 +03:00
galera_sst_rsync_binlogname.result MDEV-25978 post-merge: updated mtr result files 2021-06-29 12:44:42 +02:00
galera_sst_rsync_data_dir,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_sst_rsync_data_dir.result MDEV-25423 : Donor node fails to shutdown after mysqldump SST 2021-04-19 12:12:18 +03:00
galera_sst_rsync_encrypt_with_capath,debug.rdiff MDEV-27181: Galera SST scripts should use ssl_capath for CA directory 2021-12-14 13:44:35 +01:00
galera_sst_rsync_encrypt_with_capath.result MDEV-27181: Galera SST scripts should use ssl_capath for CA directory 2021-12-14 13:44:35 +01:00
galera_sst_rsync_encrypt_with_key,debug.rdiff MDEV-25693: SST failed due to incorrect connection address 2021-05-17 20:40:45 +02:00
galera_sst_rsync_encrypt_with_key.result MDEV-27181: Galera SST scripts should use ssl_capath for CA directory 2021-12-14 13:44:35 +01:00
galera_sst_rsync_encrypt_with_server,debug.rdiff MDEV-25693: SST failed due to incorrect connection address 2021-05-17 20:40:45 +02:00
galera_sst_rsync_encrypt_with_server.result MDEV-27181: Galera SST scripts should use ssl_capath for CA directory 2021-12-14 13:44:35 +01:00
galera_sst_rsync_gtid,debug.rdiff galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
galera_sst_rsync_gtid.result MDEV-34891 : SST failure occurs when gtid_strict_mode is enabled 2025-02-18 19:30:04 +01:00
galera_sst_rsync_logbasename.result MDEV-25978: minor post-merge fix for .result file 2021-07-06 03:03:16 +02:00
galera_sst_rsync_recv_auto,debug.rdiff galera mtr tests: synchronization between editions/branches (10.5) 2025-02-12 12:25:09 +01:00
galera_sst_rsync_recv_auto.result Merge 10.3 into 10.4 2022-04-21 11:33:59 +03:00
galera_status_cluster.result Galera4 2019-01-23 15:30:00 +04:00
galera_status_local_index.result Galera4 2019-01-23 15:30:00 +04:00
galera_status_local_state.result Galera4 2019-01-23 15:30:00 +04:00
galera_strict_require_innodb.result galera mtr tests: synchronization between branches and editions 2025-04-02 04:50:11 +02:00
galera_strict_require_primary_key.result galera mtr tests: synchronization between branches and editions 2025-04-02 04:50:11 +02:00
galera_suspend_slave.result Galera4 2019-01-23 15:30:00 +04:00
galera_sync_wait_show.result Test results updated. 2022-10-06 13:08:20 +03:00
galera_sync_wait_upto.result MDEV-35344: post-fix correction for other galera tests 2024-11-06 04:59:10 +01:00
galera_table_with_hyphen.result MDEV-33749 hyphen in table name can cause galera certification failures 2024-04-04 17:12:09 +03:00
galera_temporary_sequences.result MDEV-31335 : Create sequence can cause inconsistency 2023-05-31 12:35:29 +02:00
galera_threadpool.result MDEV-35710 support for threadpool 2025-01-24 17:09:34 +01:00
galera_toi_alter_auto_increment.result Merge 10.3 into 10.4 2020-12-01 19:51:14 +02:00
galera_toi_ddl_error.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_toi_ddl_fk_insert.result galera mtr tests: synchronization of tests between branches 2025-02-12 11:30:14 +01:00
galera_toi_ddl_fk_update.result Galera4 2019-01-23 15:30:00 +04:00
galera_toi_ddl_locking.result Galera4 2019-01-23 15:30:00 +04:00
galera_toi_ddl_nonconflicting.result Galera4 2019-01-23 15:30:00 +04:00
galera_toi_ddl_sequential.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
galera_toi_drop_database.result Galera4 2019-01-23 15:30:00 +04:00
galera_toi_ftwrl.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
galera_toi_lock_exclusive.result Galera4 2019-01-23 15:30:00 +04:00
galera_toi_lock_shared.result MDEV-24447 : galera.galera_toi_lock_shared MTR failed: WSREP: ALTER TABLE isolation failure 2021-01-12 13:01:07 +02:00
galera_toi_truncate.result MDEV-22996 : Hang on galera_toi_truncate test case 2021-10-07 11:05:58 +03:00
galera_transaction_read_only.result Galera4 2019-01-23 15:30:00 +04:00
galera_transaction_replay.result Galera4 2019-01-23 15:30:00 +04:00
galera_trigger.result Merge 10.3 into 10.4 2020-11-12 11:18:04 +02:00
galera_truncate.result MDEV-24865 : Server crashes when truncate mysql user table 2021-02-16 08:46:14 +02:00
galera_truncate_temporary.result Galera4 2019-01-23 15:30:00 +04:00
galera_UK_conflict.result MDEV-27977 : galera.galera_UK_conflict fails with wrong result 2023-01-25 09:08:15 +02:00
galera_unicode_identifiers.result Galera4 2019-01-23 15:30:00 +04:00
galera_unicode_pk.result Fix bad galera tests 2021-12-01 08:27:08 +02:00
galera_update_limit.result Fix bad galera tests 2021-12-01 08:27:08 +02:00
galera_v1_row_events.result MDEV-22466 : Galera missing .test or .result files 2020-05-07 14:23:33 +03:00
galera_var_auto_inc_control_off.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
galera_var_auto_inc_control_on.result Galera4 2019-01-23 15:30:00 +04:00
galera_var_certify_nonPK_off.result Galera4 2019-01-23 15:30:00 +04:00
galera_var_cluster_address.result Merge 10.3 into 10.4 2022-04-21 11:33:59 +03:00
galera_var_cluster_conf_id.result MDEV-21489 : wsrep_cluster_conf_id has wrong value 2020-05-05 09:48:03 +03:00
galera_var_desync_on.result Galera4 2019-01-23 15:30:00 +04:00
galera_var_dirty_reads.result Merge 10.4 into 10.5 2022-11-30 13:10:52 +02:00
galera_var_fkchecks.result Galera4 2019-01-23 15:30:00 +04:00
galera_var_gtid_domain_id.result MDEV-35344: post-fix correction for other galera tests 2024-11-06 04:59:10 +01:00
galera_var_ignore_apply_errors.result Merge 10.5 into 10.6 2024-11-29 12:37:46 +02:00
galera_var_load_data_splitting.result MDEV-18564: Change wsrep_load_data_splitting off by default 2019-02-13 13:19:37 +02:00
galera_var_log_bin.result Galera4 2019-01-23 15:30:00 +04:00
galera_var_max_ws_rows.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
galera_var_max_ws_size.result MDEV-26597 : Assertion `!wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row())' failed. 2022-10-09 10:09:47 +03:00
galera_var_mysql_replication_bundle.result Galera4 2019-01-23 15:30:00 +04:00
galera_var_notify_cmd.result MDEV-21905: Galera test galera_var_notify_cmd causes hang 2020-07-24 12:05:39 +03:00
galera_var_notify_ssl_ipv6.result MDEV-21905: Galera test galera_var_notify_cmd causes hang 2022-10-11 08:37:13 +02:00
galera_var_OSU_method.result Galera4 2019-01-23 15:30:00 +04:00
galera_var_OSU_method2.result Galera4 2019-01-23 15:30:00 +04:00
galera_var_reject_queries.result Fix galera_var_reject_queries test case 2021-10-07 11:05:58 +03:00
galera_var_replicate_aria_off.result MENT-411 : Implement wsrep_replicate_aria 2021-02-25 07:47:51 +02:00
galera_var_replicate_aria_on.result MDEV-30804 addendum for 10.6+ branches 2023-04-25 18:55:53 +02:00
galera_var_replicate_myisam_off.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_var_replicate_myisam_on.result Merge branch '10.5' into '10.6' 2025-04-02 04:43:24 +02:00
galera_var_retry_autocommit.result MDEV-33000: Fix test result file on some test cases 2023-12-22 00:08:40 +01:00
galera_var_slave_threads.result galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
galera_var_sst_auth.result Merge 10.3 into 10.4 2021-04-14 10:33:59 +03:00
galera_var_sync_wait.result MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
galera_var_trx_fragment_size.result MDEV-22148 : Assertion `state_ == s_exec || state_ == s_quitting' failed in optimized builds | SIGABRT in wsrep::client_state::disable_streaming 2020-10-07 08:10:36 +03:00
galera_var_wsrep_mode.result MDEV-26391 BF abortable mariabackup execution 2023-01-17 10:03:05 +02:00
galera_var_wsrep_on_off.result MDEV-25591 : Test case cleanups 2021-05-05 09:32:06 +03:00
galera_var_wsrep_provider_options.result MDEV-24856 : Server crashes when wsrep_provider_options set to NULL 2021-02-13 10:28:10 +02:00
galera_var_wsrep_start_position.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_view.result MDEV-22128 : Server with wsrep_on crashes in do_rename upon RENAME TABLE on a view 2020-04-28 16:20:24 +03:00
galera_virtual_blob.result Merge 10.3 into 10.4 2021-04-14 10:33:59 +03:00
galera_virtual_column.result MDEV-21153 Replica nodes crash due to indexed virtual columns and FK cascading delete 2021-01-20 08:11:13 +02:00
galera_vote_ddl.result Add a basic MTR test for DDL error voting to ensure that all DDLs 2024-09-01 02:58:34 +02:00
galera_vote_rejoin_ddl.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
galera_vote_rejoin_dml.result MDEV-31888 : galera.galera_wan, galera.galera_vote_rejoin_* fail 2024-10-23 03:47:08 +02:00
galera_wan.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
galera_wan_restart_ist.result Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
galera_wan_restart_sst.result galera mtr tests: synchronization of tests between branches 2025-02-12 11:30:14 +01:00
galera_wsrep_desync_wsrep_on.result Galera4 2019-01-23 15:30:00 +04:00
galera_wsrep_log_conficts.result Galera4 2019-01-23 15:30:00 +04:00
galera_wsrep_mode.result MDEV-25698 SIGSEGV in wsrep_should_replicate_ddl 2021-06-09 09:15:01 +03:00
galera_wsrep_new_cluster.result galera.galera_wsrep_new_cluster: fix bad merge 2023-01-09 18:06:05 +01:00
galera_wsrep_provider_options_syntax.result galera mtr tests: synchronization of tests between branches 2025-02-12 11:30:14 +01:00
galera_wsrep_schema_detached.result Merge 10.6 into 10.11 2025-03-27 08:01:47 +02:00
galera_zero_length_column.result Galera4 2019-01-23 15:30:00 +04:00
GCF-360.result MDEV-17048 Inconsistency voting support (#1373) 2019-08-28 09:19:24 +03:00
GCF-939.result galera mtr tests: minor fixes to make tests more reliable 2024-09-15 05:05:03 +02:00
grant.result Galera4 2019-01-23 15:30:00 +04:00
have_wsrep_replicate_myisam.require MDEV-13549: Galera test failures 2018-03-19 10:01:40 +02:00
lp959512.result Galera4 2019-01-23 15:30:00 +04:00
lp1276424.result Galera4 2019-01-23 15:30:00 +04:00
lp1347768.result Galera4 2019-01-23 15:30:00 +04:00
lp1376747-2.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
lp1376747-3.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
lp1376747-4.result Test results updated. 2022-10-06 13:08:20 +03:00
lp1376747.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
lp1438990.result Galera4 2019-01-23 15:30:00 +04:00
mariadb_tzinfo_to_sql.result Fix merge commit 5ea5291: No test file or result files should be executable 2023-10-09 03:28:45 +11:00
MDEV-6860.result MDEV-6860 Parallel async replication hangs (#1400) 2019-10-16 07:51:36 +03:00
MDEV-10715.result MDEV-35344: post-fix correction for other galera tests 2024-11-06 04:59:10 +01:00
MDEV-15443.result Galera4 2019-01-23 15:30:00 +04:00
MDEV-16509.result MDEV-33035 : Galera test case MDEV-16509 unstable 2024-09-26 00:04:56 +02:00
MDEV-18832.result MDEV-30388 : Assertion `!wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row()) || thd->wsrep_cs().transaction().state() == wsrep::transaction::s_aborted' failed 2023-05-11 14:34:03 +02:00
MDEV-20225.result galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
MDEV-20616.result Fix test case name and add debug sync include. 2020-03-19 12:39:26 +02:00
MDEV-20793.result galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
MDEV-21479.result galera tests: corrections for garbd-related tests 2025-04-02 04:29:40 +02:00
MDEV-22021.result MDEV-22021: Galera database could get inconsistent with rollback to savepoint 2020-03-31 14:18:21 +03:00
MDEV-22051.result 10.4-MDEV-27275 CREATE TABLE with FK not safe for PA 2021-12-20 13:34:54 +02:00
MDEV-22055.result MDEV-22055: Assertion `active() == false' failed in wsrep::transaction::start_transaction upon ROLLBACK AND CHAIN 2020-08-25 06:53:52 +03:00
mdev-22063.result MDEV-34647 : 'INSERT...SELECT' on MyISAM table suddenly replicated by Galera 2024-09-02 00:13:05 +02:00
MDEV-22227.result MDEV-22227 Assertion `state_ == s_exec' failed in wsrep::client_state::start_transaction 2021-04-28 11:11:01 +03:00
MDEV-22232.result MDEV-22232 Fix test after changing behavior of ALTER DROP FOREIGN KEY 2024-01-30 15:47:47 +01:00
MDEV-22421.result MDEV-22421 Galera assertion !wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row()) 2021-07-28 14:54:18 +03:00
MDEV-22458.result MDEV-27021 Add explicit indication of SHOW EXPLAIN/ANALYZE. 2022-04-29 10:48:25 +03:00
mdev-22543.result MDEV-22543 : Galera SST donation fails, FLUSH TABLES WITH READ LOCK times out 2020-08-14 13:35:42 +03:00
MDEV-22708.result MDEV-22708 Assertion `!mysql_bin_log.is_open() || thd.is_current_stmt_binlog_format_row()' failed in Delayed_insert::handle_inserts and in Diagnostics_area::set_eof_status 2021-10-01 11:38:14 +03:00
MDEV-24063.result Restore autoincrement offset in MTR test MDEV-24063 2020-11-16 12:32:08 +02:00
MDEV-24143.result MDEV-25089 : Assertion `error.len > 0' failed in galera::ReplicatorSMM::handle_apply_error() 2024-01-29 06:34:46 +01:00
MDEV-24327.result MDEV-24327 wsrep XID checkpointing order with log_slave_updates=OFF 2020-12-17 10:07:34 +02:00
MDEV-25389.result galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
MDEV-25494.result A cleanup for MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-14 08:00:56 +04:00
MDEV-25562.result Fix MDEV-25562 test case. 2021-05-26 11:54:29 +03:00
MDEV-25731.result MDEV-25731 : Assertion `mode_ == m_local' failed in void wsrep::client_state::streaming_params(wsrep::streaming_context::fragment_unit, size_t) 2024-04-09 15:55:35 +02:00
MDEV-25740.result MDEV-25740 Assertion `!wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row())' failed in void wsrep_commit_empty(THD*, bool) 2021-07-28 15:04:30 +03:00
mdev-26175.result MDEV-26175 : Assertion `! thd->in_sub_stmt' failed in bool trans_rollback_stmt(THD*) 2023-04-11 09:07:33 +02:00
MDEV-26266.result galera tests: synchronization after merge 2025-03-28 02:53:59 +01:00
MDEV-26499.result MDEV-26499 Fix error "mysql_shutdown failed" during MTR tests 2024-03-27 04:31:45 +01:00
MDEV-26575.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
MDEV-26597.result MDEV-26597 post-fix: cannot add new error messages in 10.4 2022-10-11 16:20:22 +02:00
MDEV-27001.result MDEV-27001 Galera crashes when converting table to partition 2021-12-14 09:00:08 +02:00
MDEV-27123.result MDEV-27123 : auto_increment_increment and auto_increment_offset reset to 1 in current session after alter table on auto-increment column 2022-10-09 10:09:47 +03:00
MDEV-27276.result MDEV-33898 : Galera test failure on galera.MW-369 2024-04-26 20:21:44 +02:00
MDEV-27806.result MDEV-35344: post-fix correction for other galera tests 2024-11-06 04:59:10 +01:00
MDEV-27862.result MDEV-30388 : Assertion `!wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row()) || thd->wsrep_cs().transaction().state() == wsrep::transaction::s_aborted' failed 2023-05-11 14:34:03 +02:00
MDEV-28053.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
mdev-28433.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
MDEV-29142.result Merge branch '10.11' into 11.1 2024-08-03 09:32:42 +02:00
MDEV-29293.result MDEV-29293 MariaDB stuck on starting commit state 2023-05-22 00:42:05 +02:00
MDEV-29512.result Merge 10.4 into 10.5 2022-11-30 13:10:52 +02:00
mdev-29775.result galera tests: synchronization after merge 2025-03-28 02:53:59 +01:00
mdev-30013.result MDEV-30013 : Assertion `state() == s_aborting || state() == s_must_replay' failed in int wsrep::transaction::after_rollback() 2023-05-16 13:11:44 +02:00
mdev-30653.result galera mtr tests: synchronization between branches and editions 2025-04-02 04:50:11 +02:00
MDEV-30804.result MDEV-30804 Rollback multi-engine transaction requiring 2PC but committing in one phase 2023-04-19 14:08:57 +02:00
MDEV-30955.result MDEV-30955 Explicit locks released too early in rollback path 2023-04-18 13:57:59 +02:00
MDEV-31272.result MDEV-31272 Statement rollback causes empty writeset replication 2023-12-20 12:31:17 +01:00
mdev-31285.result MDEV-25089 : Assertion `error.len > 0' failed in galera::ReplicatorSMM::handle_apply_error() 2024-01-29 06:34:46 +01:00
mdev-31651.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
MDEV-32549.result MDEV-32549 Cluster inconsistent after SAVEPOINT is rolled back 2023-12-22 04:49:57 +01:00
MDEV-32938.result MDEV-32938: DDL must check if not aborted before entering TOI 2023-12-05 12:25:32 +01:00
MDEV-33064.result MDEV-33064: Sync trx->wsrep state from THD on trx start 2025-01-14 02:17:22 +01:00
MDEV-33133.result MDEV-33133: MDL conflict handling code should skip BF-aborted trxs 2024-09-01 16:19:59 +02:00
MDEV-33136.result MDEV-35000 fixup: galera.MDEV-33136 2025-03-27 08:19:40 +02:00
MDEV-33523.result MDEV-33523 Spurious deadlock error when wsrep_on=OFF 2024-06-06 19:19:34 +02:00
MDEV-33828.result MDEV-33828 : Transactional commit not supported by involved engine(s) 2024-04-09 12:21:53 +02:00
MDEV-34594.result MDEV-34594 : Assertion `client_state.transaction().active()' failed in 2024-08-12 23:54:30 +02:00
MDEV-34647.result galera mtr tests: synchronization between branches and editions 2025-04-02 04:50:11 +02:00
MDEV-35018.result MDEV-35018 MDL BF-BF conflict on DROP TABLE 2025-01-24 17:02:44 +01:00
MDEV-35446.result MDEV-35446 Sporadic failure of galera.galera_insert_multi 2024-12-03 14:55:09 +01:00
MDEV-35748.result MDEV-35748 : Attempting to create a CONNECT engine Table results in non-InnoDB sequences in Galera cluster error 2025-02-01 16:53:39 +01:00
MDEV-35852.result MDEV-35852 : ASAN heap-use-after-free in WSREP_DEBUG after INSERT DELAYED 2025-01-20 12:19:31 +01:00
MDEV-35946.result galera tests: corrections for garbd-related tests 2025-04-02 04:29:40 +02:00
MDEV-36116.result Merge branch '10.6' into '10.11' 2025-04-02 06:33:39 +02:00
mdev_9290.result Galera4 2019-01-23 15:30:00 +04:00
mdev_10518.result MDEV-35344: post-fix correction for other galera tests 2024-11-06 04:59:10 +01:00
mdev_18730.result 10.4 wsrep group commit fixes (#1224) 2019-03-15 07:09:13 +02:00
mdev_21025.result MDEV-21025 Server crashes on START TRANSACTION after INSERT IGNORE (#1489) 2020-04-18 08:06:13 +03:00
mdev_21718.result MDEV-21718 Assertion in wsrep::client_state::before_command(). 2020-07-24 13:26:21 +03:00
MENT-1047.result MENT-1047 Assertion `active() == false' failed with "XA START.." 2020-12-22 12:05:57 +02:00
MW-44.result Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
MW-86-wait1.result MDEV-33000: Fix test result file on some test cases 2023-12-22 00:08:40 +01:00
MW-86-wait8.result MDEV-33000: Fix test result file on some test cases 2023-12-22 00:08:40 +01:00
MW-252.result Galera4 2019-01-23 15:30:00 +04:00
MW-258.result Galera4 2019-01-23 15:30:00 +04:00
MW-259.result Galera4 2019-01-23 15:30:00 +04:00
MW-284.result galera: synchronization changes to stop random test failures 2025-04-02 04:29:34 +02:00
MW-285.result Galera4 2019-01-23 15:30:00 +04:00
MW-286.result Galera4 2019-01-23 15:30:00 +04:00
MW-292.result Galera4 2019-01-23 15:30:00 +04:00
MW-309.result Galera4 2019-01-23 15:30:00 +04:00
MW-313.result Galera4 2019-01-23 15:30:00 +04:00
MW-329.result MDEV-35951 : Complete freeze during MW-329 test 2025-02-12 10:52:21 +01:00
MW-329F.result MDEV-35951 : Complete freeze during MW-329 test 2025-02-12 10:52:21 +01:00
MW-336.result MDEV-33138 : Galera test case MW-336 unstable 2024-01-30 00:22:42 +01:00
MW-357.result Galera4 2019-01-23 15:30:00 +04:00
MW-369.result galera fix : MW-402 galera test fails sporadically 2025-01-27 19:05:26 +01:00
MW-388.result MDEV-33000: Fix test result file on some test cases 2023-12-22 00:08:40 +01:00
MW-402.result galera fix : MW-402 galera test fails sporadically 2025-01-27 19:05:26 +01:00
MW-416.result Merge 10.6 into 10.11 2025-03-27 08:01:47 +02:00
mysql-wsrep#31.result Galera4 2019-01-23 15:30:00 +04:00
mysql-wsrep#33,debug.rdiff Merge branch '10.5' into '10.6' 2025-02-27 04:02:33 +01:00
mysql-wsrep#33.result Merge branch '10.5' into '10.6' 2025-02-27 04:02:33 +01:00
mysql-wsrep#90.result Galera4 2019-01-23 15:30:00 +04:00
mysql-wsrep#110.result Galera4 2019-01-23 15:30:00 +04:00
mysql-wsrep#198.result galera mtr tests: synchronization of tests between branches 2025-02-12 11:30:14 +01:00
mysql-wsrep#201.result Galera4 2019-01-23 15:30:00 +04:00
mysql-wsrep#237.result Galera4 2019-01-23 15:30:00 +04:00
mysql-wsrep#247.result Galera4 2019-01-23 15:30:00 +04:00
mysql-wsrep#332.result MDEV-33898 : Galera test failure on galera.MW-369 2024-04-26 20:21:44 +02:00
mysql-wsrep-bugs-607.result MDEV-22632 wsrep XID checkpointing can happen out of order for certification failure 2020-06-24 17:16:38 +03:00
mysql_tzinfo_to_sql.result Merge branch '10.3' into 10.4 2022-05-08 23:03:08 +02:00
partition.result MDEV-30172: Galera test case cleanup 2022-12-07 07:33:51 +02:00
rename.result Merge branch '10.3' into 10.4 2022-10-01 23:07:26 +02:00
rpl_galera_to_mariadb_clone_slave_using_mariadb-backup.result MDEV-34705: Binlog-in-engine: Protect against concurrent RESET MASTER and dump threads 2025-07-03 14:44:52 +02:00
rpl_row_annotate.result Galera4 2019-01-23 15:30:00 +04:00
sql_log_bin.result Galera4 2019-01-23 15:30:00 +04:00
unique_key.result Galera4 2019-01-23 15:30:00 +04:00
versioning_trx_id.result galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
view.result Galera4 2019-01-23 15:30:00 +04:00
wsrep_mode_strict_replication.result MDEV-27861: Creating partitioned tables should not be allowed with wsrep_osu_method=TOI and wsrep_strict_ddl=ON 2025-02-02 14:20:06 +01:00
wsrep_slave_threads_basic.result Fix galera result after merge 2022-01-30 18:14:27 +01:00
wsrep_trx_fragment_size_sr.result Galera4 2019-01-23 15:30:00 +04:00