Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.15.3
-
None
-
84613e0e4 (dev)
Description
Currently, QMYSQL Driver does not support MYSQL_OPT_LOCAL_INFILE as part of setConnectOptions(). This makes it not possible to execute "LOAD_DATA_LOCAL_INFILE" with MySQL Server 8.X even if "local_infile = 1" is in [mysqld]
The attached diff file adds support for LOAD_DATA_LOCAL_INFILE