mariadb/mysql-test/suite/galera_3nodes
Denis Protivensky c01bff4a10 MDEV-36360: Don't grab table-level X locks for applied inserts
It prevents a crash in wsrep_report_error() which happened when appliers would run
with FK and UK checks disabled and erroneously execute plain inserts as bulk inserts.

Moreover, in release builds such a behavior could lead to deadlocks between two applier
threads if a thread waiting for a table-level lock was ordered before the lock holder.
In that case the lock holder would proceed to commit order and wait forever for the
now-blocked other applier thread to commit before.

Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
2025-04-02 04:50:30 +02:00
..
include galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
r MDEV-36360: Don't grab table-level X locks for applied inserts 2025-04-02 04:50:30 +02:00
t MDEV-36360: Don't grab table-level X locks for applied inserts 2025-04-02 04:50:30 +02:00
disabled.def MDEV-32631 : galera_2_cluster: before_rollback(): Assertion `0' failed 2025-02-18 04:51:16 +01:00
galera_2x3nodes.cnf galera mtr tests: unification of wsrep provider settings 2025-02-12 13:37:03 +01:00
galera_3nodes.cnf galera mtr tests: unification of wsrep provider settings 2025-02-12 13:37:03 +01:00
my.cnf Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
suite.pm galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00