Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.1.22
-
None
-
Windows 10
Description
Running with libmysql.dll from packaged 10.1.22.0 win32 distribution.
Using mysql_real_connect twice (example code did this after credentials failure) - documentation does not specify any use conditions around this. All OK until performing LOAD DATA LOCAL INFILE, when the error Malformed Packet is given.
Workaround (or intended use?) is to call mysql_close and mysql_init between calls to mysql_real_connect.