Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not a Bug
-
10.1.10
-
Windows 8.1 64-bit, any software using 64-bit libmysql.dll
Description
the libmysql.dll is downloaded from
Using this dll to connect to MariaDB, and set
mysql_options(
|
MySQLHandle,
|
MYSQL_OPT_LOCAL_INFILE,
|
1);
|
then execute any LOAD DATA LOCAL INFILE query will have error "1148 - The used command is not allowed with this MariaDB version"
PS. 32-bit version libmysql.dll is working fine