MDEV-7793 - Race condition between XA COMMIT/ROLLBACK and disconnect
XA COMMIT/ROLLBACK of XA transaction owned by different thread may access freed memory if that thread disconnects at the same time. Also concurrent XA COMMIT/ROLLBACK of recovered XA transaction were not serialized properly.
Showing
mysql-test/r/xa_sync.result
0 → 100644
mysql-test/t/xa_sync.test
0 → 100644
Please register or sign in to comment