• unknown's avatar
    Temporary fix for a deadlock. Needed so we can go with cloning · 6d6bc591
    unknown authored
    5.1.12.
    
    
    sql/event_queue.cc:
      Temporary workaround to drop the event outside of the
      scope where LOCK_queue is locked. If it's done inside
      the scope a possible deadlock can happen, and it happens
      quite often, escpecially on Windows.
    6d6bc591
event_queue.cc 24.8 KB