Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The variant of mysql_com.h in the MariaDB Client Library for C lacks the definitions for MAX_TINY_INT_WIDTH and friends.
These appear to be part of the public MySQL client API and are used by the PHP mysqli and pdo_mysql extensions directly.
I'm not sure if their omission was intentional but it seems like they should be added to mysql_com.h next to MAX_CHAR_WIDTH and MAX_BLOB_WIDTH.