Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
MinGW64 4.8.0
Description
Hi,
On revision 142, when compiling with MinGW64, but should also happens with VC, there is a definition mismatch in the use of 'vio_blocking' (3 parameters, mysql_async.c:44) and its definition (2 parameters, violite.h:89).
I successfully compiled after patching mysql_async.c:44 to remove the unused last parameter and it works.
Best Regards,
Eric