• Vlad Lesin's avatar
    MDEV-28709 unexpected X lock on Supremum in READ COMMITTED · 2f421688
    Vlad Lesin authored
    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.
    2f421688
lock0lock.cc 197 KB