[ODBC-347] Connection string option to disable LOAD DATA LOCAL INFILE Created: 2022-01-10 Updated: 2022-01-10 Resolved: 2022-01-10 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.15 |
| Fix Version/s: | 3.1.16 |
| Type: | Task | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This is complimentary to C/C MYSQL_OPT_LOCAL_INFILE option |
| Comments |
| Comment by Lawrin Novitsky [ 2022-01-10 ] |
|
Connection option NOLOCALINFILE set to non-zero value disables LOAD DATA LOCAL INFILE execution. Zero value enables it. By default it's enabled. |