• Jan Lindström's avatar
    MDEV-13333: Deadlock failure that does not occur elsewhere · 3b37edee
    Jan Lindström authored
    InnoDB executed code that is mean to execute only when Galera
    is used and in bad luck one of the transactions is selected
    incorrectly as deadlock victim. Fixed by adding wsrep_on_trx()
    condition before entering actual Galera transaction handling.
    
    No always repeatable test case for this issue is known.
    3b37edee
lock0lock.cc 226 KB