• unknown's avatar
    bug#21965 - replication · 698f3b7e
    unknown authored
      fix deadlock if master switches log file in parallell with "show master logs"
      
    
    
    sql/log.cc:
      add raw_get_current_log which dont take log mutex
    sql/sql_class.h:
      add raw_get_current_log which dont take log mutex
    sql/sql_repl.cc:
      Fix lock order i.e first log_lock then index_lock
    698f3b7e
log.cc 66.1 KB