• unknown's avatar
    Fix race condition in binlog dump thread during server shutdown. · d795bc9f
    unknown authored
    There was missing a check for THD::killed after THD::enter_cond(). This could
    cause the binlog dump thread to miss the kill signal during server shutdown
    and hang until it was force-closed.
    
    Also fix a race in a test case that occasionally fails in Buildbot.
    d795bc9f
sql_repl.cc 120 KB