Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
1.4.6
Description
I added this properties to jdbc connection string.
allowLoadLocalInfile=false;allowUrlInLocalInfile=false;
but is no effect, sql operator
LOAD DATA LOCAL INFILE ... |
is still working.
On mysql jdbc driver this flags is working.