[CONC-6] Differences in API between MariaDB Client Library C and MySQL Connector/C for MySQL 5.5 Created: 2013-01-13 Updated: 2013-03-05 Resolved: 2013-01-20 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
The KB article says "The MariaDB Client Library for C has exactly the same API as the MySQL Connector/C for MySQL 5.5", and gives a link to the function reference: https://mariadb.org/files/mariadb-client-doc.zip However, it doesn't look like the API is identical. Many functions described in MySQL 5.5 Reference Manual are missing in the provided function reference; probably most of them are documentation gaps, but some seem to be actually missing in the code, mysql_library_end() to name just one.
|
| Comments |
| Comment by Georg Richter [ 2013-01-20 ] |
|
Fixed in rev. 29 |
| Comment by David Andersson [ 2013-02-11 ] |
|
Where can I download the fixed version of mysql.h? |
| Comment by Vladislav Vaintroub [ 2013-02-11 ] |
|
"Fixed" means "fixed in the next release", so with the next release it will be there. Currently it is here (click "download" to download) http://bazaar.launchpad.net/~maria-captains/mariadb-native-client/trunk/view/head:/include/mysql.h |
| Comment by Piotr Wilkosz [ 2013-03-05 ] |
|
Do you know when we can expect new release of C connector with this fix? |