mysql-test/r/outfile_loaddata.result
0 → 100644
+85
−0
mysql-test/t/outfile_loaddata.test
0 → 100644
+89
−0
+2
−0
+35
−9
+7
−0
Loading
in the SELECT INTO OUTFILE clause starts with a special character (one of n, t, r, b, 0, Z or N) and ENCLOSED BY is empty, every occurrence of this character within a field value is duplicated. Duplication has been avoided. New warning message has been added: "First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY".