mariadb/mysql-test/extra
aa38825287 Bug #34628 LOAD DATA CONCURRENT INFILE drops CONCURRENT in binary log
'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.
2009-12-15 13:14:14 +08:00
..
binlog_tests Manual Merge 2009-11-03 18:20:08 +08:00
rpl_tests Bug #34628 LOAD DATA CONCURRENT INFILE drops CONCURRENT in binary log 2009-12-15 13:14:14 +08:00