• Sergei Golubchik's avatar
    MDEV-7299 Assertion `m_status == DA_ERROR || m_status == DA_OK' fails on... · 73ebabd2
    Sergei Golubchik authored
    MDEV-7299 Assertion `m_status == DA_ERROR || m_status == DA_OK' fails on concurrent execution of DDL, queries from I_S, and KILL QUERY
    
    Fix MDL to report an error when a wait was killed, but preserve
    the old documented behavior of GET_LOCK() where killing it is not an error.
    
    Also remove race conditions in main.create_or_replace test
    73ebabd2
mdl.cc 94.9 KB