mariadb/mysql-test/suite/wsrep/t
Jan Lindström 814787f4c2 MDEV-34117 : Assertion `! thd->in_sub_stmt' failed in bool trans_rollback_stmt(THD*)
Problem was that user could drop streaming replication table
when streaming replication was used.

Fixed by not allowing user to drop streaming replication
table when galera is enabled. When it is not enabled
super can drop it (as any table in mysql database).
Added checks for wsrep_trx_fragment_unit and wsrep_trx_fragment_size
variables so that streaming replication can't be enabled
when streaming replication table does not exists.

Fixed also bug when user is trying to disable streaming
replication by wsrep_trx_fragment_size=0 when it was
not enabled.
2025-11-03 10:45:56 +02:00
..
alter_table_innodb.cnf MDEV-21335 : Galera test failure on suite wsrep 2019-12-18 10:02:57 +02:00
alter_table_innodb.test
binlog_format.cnf galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
binlog_format.opt Merge 10.3 into 10.4 2020-01-20 15:49:48 +02:00
binlog_format.test Galera4 2019-01-23 15:30:00 +04:00
foreign_key.opt
foreign_key.test galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
MDEV-20625.cnf MDEV-20625: MariaDB asserting when enabling wsrep=on 2020-02-04 08:56:03 +02:00
MDEV-20625.test MDEV-35523 : Server crashes with "WSREP: Unknown writeset version: -1" 2025-06-30 00:52:34 +02:00
MDEV-23081.cnf MDEV-23081 Stray XA transactions at startup, with wsrep_on=OFF 2020-10-21 16:29:07 +03:00
MDEV-23081.combinations MDEV-23081 Stray XA transactions at startup, with wsrep_on=OFF 2020-10-21 16:29:07 +03:00
MDEV-23081.test wsrep mtr tests: fix for MDEV-23081 failure 2025-01-27 19:05:26 +01:00
MDEV-23466.cnf MDEV-23466 SIGABRT on SELECT WSREP_LAST_SEEN_GTID 2020-08-19 13:12:00 +03:00
MDEV-23466.test MDEV-23466 SIGABRT on SELECT WSREP_LAST_SEEN_GTID 2020-08-19 13:12:00 +03:00
MDEV-33997.cnf MDEV-33997 : Assertion `((WSREP_PROVIDER_EXISTS_ && this->variables.wsrep_on) && wsrep_emulate_bin_log) || mysql_bin_log.is_open()' failed in int THD::binlog_write_row(TABLE*, bool, const uchar*) 2024-08-29 13:41:23 +02:00
MDEV-33997.combinations MDEV-33997 : Assertion `((WSREP_PROVIDER_EXISTS_ && this->variables.wsrep_on) && wsrep_emulate_bin_log) || mysql_bin_log.is_open()' failed in int THD::binlog_write_row(TABLE*, bool, const uchar*) 2024-08-29 13:41:23 +02:00
MDEV-33997.test MDEV-33997 : Assertion `((WSREP_PROVIDER_EXISTS_ && this->variables.wsrep_on) && wsrep_emulate_bin_log) || mysql_bin_log.is_open()' failed in int THD::binlog_write_row(TABLE*, bool, const uchar*) 2024-08-29 13:41:23 +02:00
mdev_7798.cnf galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
mdev_7798.test Galera4 2019-01-23 15:30:00 +04:00
mdev_10186.cnf MDEV-21335 : Galera test failure on suite wsrep 2019-12-18 10:02:57 +02:00
mdev_10186.test galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
mdev_22681.cnf MDEV-22681 EXECUTE IMMEDIATE crashes server if wsrep is on. 2020-10-28 09:51:35 +02:00
mdev_22681.test MDEV-22681 EXECUTE IMMEDIATE crashes server if wsrep is on. 2020-10-28 09:51:35 +02:00
plugin.opt MDEV-21335 : Galera test failure on suite wsrep 2019-12-18 08:22:07 +02:00
plugin.test galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
pool_of_threads.opt MDEV-21335 : Galera test failure on suite wsrep 2019-12-18 10:02:57 +02:00
pool_of_threads.test galera mtr tests: synchronization of tests between branches 2025-02-12 11:30:14 +01:00
trans.opt MDEV-21335 : Galera test failure on suite wsrep 2019-12-18 08:22:07 +02:00
trans.test MDEV-22021: Galera database could get inconsistent with rollback to savepoint 2020-03-31 09:59:37 +03:00
variables.cnf MDEV-17585 : wsrep.variables failed in buildbot with deadlock on CREATE USER 2020-10-10 08:50:50 +03:00
variables.test galera: changes for transition to galera library 26.4.23 2025-07-17 17:21:02 +02:00
variables_debug.cnf Merge 10.3 into 10.4 2020-10-22 13:27:18 +03:00
variables_debug.test galera: changes for transition to galera library 26.4.23 2025-07-17 17:21:02 +02:00
wsrep-recover-gtid-nobinlog.cnf MDEV-34891 : SST failure occurs when gtid_strict_mode is enabled 2025-02-18 19:30:04 +01:00
wsrep-recover-gtid-nobinlog.test MDEV-34891 : SST failure occurs when gtid_strict_mode is enabled 2025-02-18 19:30:04 +01:00
wsrep-recover-gtid.cnf MDEV-34891 : SST failure occurs when gtid_strict_mode is enabled 2025-02-18 19:30:04 +01:00
wsrep-recover-gtid.test MDEV-34891 : SST failure occurs when gtid_strict_mode is enabled 2025-02-18 19:30:04 +01:00
wsrep-recover-step.inc Fix recovering state GTID in case log file contains non-text bytes - 2024-09-01 02:52:52 +02:00
wsrep-recover-v25.cnf Backported wsrep-recover test from 10.4. 2019-01-25 16:03:14 +02:00
wsrep-recover-v25.combinations Backported wsrep-recover test from 10.4. 2019-01-25 16:03:14 +02:00
wsrep-recover-v25.test Adjust wsrep, galera, galera_3nodes, galera_sr and galera_3nodes_sr tests 2019-04-02 15:45:31 +03:00
wsrep-recover.cnf galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
wsrep-recover.combinations Galera4 2019-01-23 15:30:00 +04:00
wsrep-recover.test Adjust wsrep, galera, galera_3nodes, galera_sr and galera_3nodes_sr tests 2019-04-02 15:45:31 +03:00
wsrep_forced_binlog_format.cnf MDEV-29775 : Assertion `0' failed in void Protocol::end_statement() when adding data to the MyISAM table after setting wsrep_mode=replicate_myisam 2025-02-02 04:16:05 +01:00
wsrep_forced_binlog_format.test galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
wsrep_mixed_case_cmd_arg.cnf galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00
wsrep_mixed_case_cmd_arg.opt MDEV-27126 my_getopt compares option names case sensitively 2025-02-23 19:09:05 +02:00
wsrep_mixed_case_cmd_arg.test MDEV-27126 my_getopt compares option names case sensitively 2025-02-23 19:09:05 +02:00
wsrep_off.cnf MDEV-35523 : Server crashes with "WSREP: Unknown writeset version: -1" 2025-06-30 00:52:34 +02:00
wsrep_off.test MDEV-35523 : Server crashes with "WSREP: Unknown writeset version: -1" 2025-06-30 00:52:34 +02:00
wsrep_on_basic.opt More fixes to variable wsrep_on 2021-04-20 08:24:14 +03:00
wsrep_on_basic.test More fixes to variable wsrep_on 2021-04-20 08:24:14 +03:00
wsrep_protocol_versions.cnf TODO-5067 : Add test case for Galera library protocol versions 2024-12-17 09:52:32 +01:00
wsrep_protocol_versions.test TODO-5067 addendum : Add test case for Galera library protocol versions 2024-12-17 09:52:32 +01:00
wsrep_rpl.cnf
wsrep_rpl.test galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
wsrep_variables_sst_method.cnf 10.4-MDEV-31470 wsrep_sst_method variable validity checking 2023-10-24 05:14:32 +02:00
wsrep_variables_sst_method.test galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
wsrep_variables_wsrep_off.cnf galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions 2025-02-12 12:25:09 +01:00
wsrep_variables_wsrep_off.test MDEV-34117 : Assertion `! thd->in_sub_stmt' failed in bool trans_rollback_stmt(THD*) 2025-11-03 10:45:56 +02:00