MDEV-28709 unexpected X lock on Supremum in READ COMMITTED
Post-push fix. The flag of transaction which indicates that it's necessary to forbid gap lock inheritance after XA PREPARE could be inverted if lock_release_on_prepare_try() is invoked several times. The fix is to toggle it on lock_release_on_prepare() exit.
Showing
Please register or sign in to comment