[CONC-86] mysql_hex_string() missing from header files Created: 2014-04-04 Updated: 2014-04-04 Resolved: 2014-04-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.0.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Hartmut Holzgraefe | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
The function is part of the public API since MySQL 4.0.23, and it is implemented in the source: ./libmariadb/libmariadb.c:3397:ulong STDCALL mysql_hex_string(char *to, const char *from, but there is no prototype for it in any of the header files |
| Comments |
| Comment by Georg Richter [ 2014-04-04 ] |
|
Thanks for your bug report. |