The LOAD DATA
        INFILE statement was not always replicated correctly
        to a slave running MySQL 5.1.42 or earlier from a master running
        MySQL 4.0 or earlier. When using statement-based replication,
        the LOAD DATA
        INFILE statement's CONCURRENT
        option was not replicated. This issue was fixed in MySQL 5.1.43.
        This issue does not have any impact on
        CONCURRENT option handling when using
        row-based replication in MySQL 5.1 or later. (Bug#34628)
      

User Comments
Add your own comment.