mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
![Andrei](/assets/img/avatar_default.png)
The user XA commit execution branch was caught not have been covered with MDEV-21953 fixes. The XA involved deadlock is resolved now to apply the former fixes pattern. Along the fixes the following changes have been implemented. - MDL lock attribute correction - dissociation of the externally completed XA from the current thread's xid_state in the error branches - cleanup_context() preseves the prepared XA - wait_for_prior_commit() is relocated to satisfy both the binlog ON (log-slave-updates and skip-log-bin) and OFF slave execution branches.
7 lines
281 B
Text
7 lines
281 B
Text
#
|
|
--echo # Specialized --log-slave-updates = 0 version of parallel_backup test.
|
|
#
|
|
--echo # MDEV-21953: deadlock between BACKUP STAGE BLOCK_COMMIT and parallel
|
|
--echo # MDEV-30423: dealock XA COMMIT vs BACKUP
|
|
--let $rpl_skip_reset_master_and_slave = 1
|
|
--source parallel_backup.test
|