• 's avatar
    Bug #34628 LOAD DATA CONCURRENT INFILE drops CONCURRENT in binary log · aa388252
    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. 
    aa388252
rpl_loaddata.test 7.5 KB