Bug #23664 LOAD DATA CONCURRENT doesn't work with replication
Submitted: 26 Oct 2006 13:00
Reporter: Victoria Reznichenko Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Replication Severity:S4 (Feature request)
Version:5.0 OS:Any (any)
Assigned to: Assigned Account CPU Architecture:Any
Tags: bfsm_2006_11_02

[26 Oct 2006 13:00] Victoria Reznichenko
Description:
If binary log is enabled then LOAD DATA CONCURRENT INFILE is written without CONCURRENt keyword to the binary logs.
As a result slave performs it as normal LOAD DATA INFILE.

This behaviour was submitted earlier but was closed as 'To be fixed later':
http://bugs.mysql.com/bug.php?id=4056

How to repeat:
1. enable binary logging
2. execute LOAD DATA CONCURRENT INFILE command
3. check binary logs