• Dmitry Lenev's avatar
    Fix for sporadical hangs of mdl_sync.test caused by patch · 5ff4406b
    Dmitry Lenev authored
    which implemented new type-of-operation-aware metadata
    locks and added a wait-for graph based deadlock detector
    to the MDL subsystem (this patch fixed bug #46272 "MySQL
    5.4.4, new MDL: unnecessary deadlock" and bug #37346
    "innodb does not detect deadlock between update and alter
    table").
    
    These hangs were caused by missing include of
    wait_condition.inc. This fix simply adds them.
    5ff4406b
mdl_sync.test 97.3 KB