Spec-Zone .ru
спецификации, руководства, описания, API
|
The LOAD DATA INFILE
statement was not always replicated correctly to a slave running
MySQL 5.5.0 or earlier from a master running MySQL 4.0 or earlier. When using statement-based replication, the
LOAD
DATA INFILE
statement CONCURRENT
option was not replicated. This
issue was fixed in MySQL 5.5.0. This issue does not have any impact on CONCURRENT
option handling when using row-based replication in MySQL 5.1 or later. (Bug #34628)
As of MySQL 5.6, LOAD DATA INFILE
is considered unsafe (see Section
16.1.2.3, "Determination of Safe and Unsafe Statements in Binary Logging"). It causes a warning when using
statement-based logging format, and is logged using row-based format when using mixed-format logging.