From 1722ecee47ee1cb0f8b98a8aa19c826452dbde33 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Fri, 4 Apr 2014 12:26:06 +0200 Subject: [PATCH] Fix for CONC-86: mysql.h doesn't include the API function mysql_hex_string --- include/mysql.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mysql.h b/include/mysql.h index ec1f756d..62bb2a1d 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -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