Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.4(EOL)
-
None
Description
Fix bug in "load data local infile xxx replace into ",this query distributed "insert into ignore" to remote mysql
query: load data local infile xxx replace into table t
before: insert ignore xxx into table t
now: replace xxx into table t