• unknown's avatar
    Fix for BUG#2542 "If slave ignores a query it may make the next LOAD DATA INFILE fail": · f138cd10
    unknown authored
    reset errors (in thd) before executing the event. Otherwise if an event is ignored
    because of replicate-*-table rules (error ER_SLAVE_IGNORED_TABLE) this error code
    may remain in thd->net and the next event may pick it. 
    
    
    sql/log_event.cc:
      Reset errors (in thd) before executing the event. Otherwise if an event is ignored
      because of replicate-*-table rules (error ER_SLAVE_IGNORED_TABLE) this error code
      may remain in thd->net and the next event may pick it.
    f138cd10
log_event.cc 68 KB