• He Zhenxing's avatar
    Post fix of BUG#37145 · caaa8531
    He Zhenxing authored
    Binlog the CREATE EVENT unless the created event been successfully dropped
    
    Modified Query_log_event constructor to make sure that error_code
    is not set to ER_SERVER_SHUTDOWN or ER_QUERY_INTERRUPTED errors
    when NOT_KILLED
    
    sql/events.cc:
      binlog the create event unless it's been successfully dropped
    sql/log_event.cc:
      Modified Query_log_event constructor to make sure that error_code
      is not set to ER_SERVER_SHUTDOWN or ER_QUERY_INTERRUPTED errors
      when NOT_KILLED
    caaa8531
log_event.cc 295 KB