mariadb/mysql-test/suite
Andrei 1fe4a71b67 MDEV-31792 Assertion fails in MDL_context::acquire_lock upon parallel replication of CREATE SEQUENCE
The assert's reason was in missed FL_DDL flagging of CREATE-or-REPLACE
Query event.
MDEV-27365 fixes covered only the non-pre-existing table execution branch so
did not see a possibility of implicit commit in
the middle of execution in a rollback branch when the being CREATEd
sequence table is actually replaced.
The pre-existing table branch cleared the DDL modification
flag so the query lost FL_DDL in binlog and its parallel execution
on slave may have ended up with the assert to indicate the query
is raced by a following in binlog order event.

Fixed with applying the MDEV-27365 pattern.
An mtr test is added to cover the rollback situation.
The description test [ pass ] with a generous number of mtr parallel
reties.
2023-10-23 15:39:51 +03:00
..
archive MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
binlog MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
binlog_encryption MDEV-31655: Parallel replication deadlock victim preference code errorneously removed 2023-08-15 16:35:30 +02:00
compat MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
csv
encryption MDEV-21664 Add opt files for have_innodb_Xk.inc 2023-09-11 09:09:02 +03:00
engines MDEV-30421 more tests cleaned up 2023-03-23 21:07:32 +03:00
federated MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
funcs_1 MDEV-30820 slow log Rows_examined out of range 2023-09-22 12:10:38 +02:00
funcs_2 MDEV-30233 DROP DATABASE test fails: Directory not empty 2022-12-15 11:14:23 +02:00
galera MDEV-32024 : Galera library 26.4.16 fails with every server version 2023-10-21 10:11:16 +02:00
galera_3nodes MDEV-25045 : Assertion `client_state_.mode() != wsrep::client_state::m_toi' failed in int wsrep::transaction::before_commit() 2023-03-31 12:48:13 +02:00
galera_3nodes_sr MDEV-27912 Fixing inconsistency w.r.t. expect files in tests. 2023-03-22 11:55:57 +11:00
galera_sr MDEV-32051 Failed to insert streaming client 2023-09-12 00:37:12 +02:00
gcol MDEV-30024 InnoDB: tried to purge non-delete-marked of a virtual column prefix 2023-09-19 09:31:34 +03:00
handler MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
heap Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
innodb MDEV-32527 Server aborts during alter operation when table doesn't have foreign index 2023-10-20 15:23:22 +05:30
innodb_fts MDEV-32017 Auto-increment no longer works for explicit FTS_DOC_ID 2023-10-12 14:48:43 +05:30
innodb_gis MDEV-21678 innodb_gis.gis_split_nan fails with ER_CANT_CREATE_GEOMETRY_OBJECT 2023-09-11 08:12:58 +03:00
innodb_zip MDEV-21664 Add opt files for have_innodb_Xk.inc 2023-09-11 09:09:02 +03:00
jp MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
json
large_tests MDEV-18187 Aria engine: Redo phase failed with "error 192 when executing record redo_index_new_page" upon startup on a restored datadir 2021-12-15 16:28:01 +02:00
maria MDEV-20168: main.innodb_icp fails in BB with various wrong execution plans 2023-10-03 18:14:18 +03:00
mariabackup MDEV-32512 log_page_corruption.test fails on windows build 2023-10-19 14:45:08 +03:00
mtr/t
mtr2
multi_source
optimizer_unfixed_bugs
parts MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
perfschema MDEV-21194: mariadb-install-db doesn't properly grant proxy privileges to all created user accounts 2023-09-19 08:07:07 +10:00
perfschema_stress
period reformat the test 2022-11-27 05:11:39 +10:00
plugins MDEV-22418 mysqladmin wrong error with simple_password_check 2023-10-06 11:08:47 +03:00
roles MDEV-21194: mariadb-install-db doesn't properly grant proxy privileges to all created user accounts 2023-09-19 08:07:07 +10:00
rpl MDEV-31792 Assertion fails in MDL_context::acquire_lock upon parallel replication of CREATE SEQUENCE 2023-10-23 15:39:51 +03:00
sql_sequence MDEV-29771 Server crashes in check_sequence_fields upon CREATE TABLE .. SEQUENCE=1 AS SELECT .. 2023-09-27 08:54:26 +02:00
storage_engine
stress MDEV-29710: Skip some more tests on Valgrind 2022-10-05 20:37:54 +03:00
sys_vars MDEV-31723: Crash on SET SESSION gtid_seq_no= DEFAULT 2023-07-30 22:00:43 +02:00
unit Merge 10.2 into 10.3 2021-10-21 17:39:34 +03:00
vcol MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
versioning MDEV-29989 binlog_do_db option breaks versioning table 2023-09-26 10:47:59 +05:30
wsrep fix check_galera_version.inc to work 2023-09-27 10:00:39 +02:00