Skip to content

Commit 1722ece

Browse files
committed
Fix for CONC-86:
mysql.h doesn't include the API function mysql_hex_string
1 parent 8cab5e5 commit 1722ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/mysql.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ size_t STDCALL mariadb_convert_string(const char *from, size_t *from_len, CHARSE
478478
char *to, size_t *to_len, CHARSET_INFO *to_cs, int *errorcode);
479479
int STDCALL mysql_optionsv(MYSQL *mysql,enum mysql_option option, ...);
480480
MYSQL_PARAMETERS *STDCALL mysql_get_parameters(void);
481+
ulong STDCALL mysql_hex_string(char *to, const char *from, unsigned long len);
481482

482483
#include <my_stmt.h>
483484

0 commit comments

Comments
 (0)