Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
MySQL and MariaDB have very useful feature for loading big data arrays
LOAD DATA [LOCAL] which allow application server easily update big dictionaries.
But I don't understand why this feature absent in SELECT ... INTO OUTFILE statement.
It would be very useful for uploading big dictionaries into file.
Can you add [LOCAL] to SELECT ... INTO OUTFILE statement, please?