• unknown's avatar
    Bug #34628 LOAD DATA CONCURRENT INFILE drops CONCURRENT in binary log · e813587b
    unknown authored
    'LOAD DATA CONCURRENT [LOCAL] INFILE ...' statment only is binlogged as
    'LOAD DATA [LOCAL] INFILE ...' in SBR and MBR.  As a result, if replication is on, 
    queries on slaves will be blocked by the replication SQL thread.
    
    This patch write code to write 'CONCURRENT' into the log event if 'CONCURRENT' option
    is in the original statement in SBR and MBR. 
    e813587b
log_event.h 117 KB