Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Component/s: None
-
Labels:None
-
Environment:OSX Yosemite, VirtualBox, Windows7, MinGW latest, cmake latest
Description
To fix problem:
In file <MariaDB_Connector_C_SourceDirectory>\include\my_global.h, line 458
change:
typedef SSIZE_T ssize_t;
to:
typedef int ssize_t;