• unknown's avatar
    bug#21965 - replication · d2d605e4
    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
    d2d605e4
sql_repl.cc 40.4 KB