• Dmitry Lenev's avatar
    Fix for sporadical hangs of mdl_sync.test caused by patch · 2aca77a5
    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.
    
    mysql-test/t/mdl_sync.test:
      Added missing include of wait_condition.inc.
    2aca77a5
mdl_sync.test 97.3 KB