mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Adding new function prototype
This commit is contained in:
parent
63ad234b85
commit
81880bab13
1 changed files with 2 additions and 0 deletions
|
|
@ -490,6 +490,8 @@ MYSQL_RES * STDCALL mysql_list_fields(MYSQL *mysql, const char *table,
|
|||
const char *wild);
|
||||
unsigned long STDCALL mysql_escape_string(char *to,const char *from,
|
||||
unsigned long from_length);
|
||||
unsigned long STDCALL mysql_hex_string(char *to,const char *from,
|
||||
unsigned long from_length);
|
||||
unsigned long STDCALL mysql_real_escape_string(MYSQL *mysql,
|
||||
char *to,const char *from,
|
||||
unsigned long length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue