1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Fix for CONC-86:

mysql.h doesn't include the API function mysql_hex_string
This commit is contained in:
Georg Richter
2014-04-04 12:26:06 +02:00
parent 8cab5e53a4
commit 1722ecee47

View File

@@ -478,6 +478,7 @@ size_t STDCALL mariadb_convert_string(const char *from, size_t *from_len, CHARSE
char *to, size_t *to_len, CHARSET_INFO *to_cs, int *errorcode);
int STDCALL mysql_optionsv(MYSQL *mysql,enum mysql_option option, ...);
MYSQL_PARAMETERS *STDCALL mysql_get_parameters(void);
ulong STDCALL mysql_hex_string(char *to, const char *from, unsigned long len);
#include <my_stmt.h>