[CONC-56] Missing MAX_{TINY,SMALL,MEDIUM,BIG,}_INT_WIDTH definitions Created: 2013-10-04 Updated: 2013-10-04 Resolved: 2013-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Ramesh Dharan (Inactive) | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 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. |
| Comments |
| Comment by Georg Richter [ 2013-10-04 ] |
|
Thanks for your report. This is fixed in revsion 98. |