Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
Description
This is the server counter part of CONC-515.
Safe LOAD DATA LOCAL INFILE handling will be indicated by the capability flag MARIADB_CLIENT_SAFE_LOCAL_INFILE.
If the client indicates that is is able to handle LOAD DATA LOCAL INFILE in a safely manner (MARIADB_CLIENT_SAFE_LOCAL_INFILE was set), the server will not send the filename anymore to the server.
The setting local_infile=0 will not disable LOAD DATA LOCAL INFILE, if both client and server support safe local infile handling.
Attachments
Issue Links
- includes
-
CONC-515 Implement safe LOAD DATA LOCAL INFILE method
- Stalled