mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
libmysql.def, libmysql.c:
Minor clean-ups
This commit is contained in:
parent
1a6889bb5c
commit
27fcb9f6af
2 changed files with 3 additions and 1 deletions
|
@ -1563,7 +1563,8 @@ void my_net_local_init(NET *net)
|
|||
trailing '. The caller must supply whichever of those is desired.
|
||||
*/
|
||||
|
||||
ulong mysql_hex_string(char *to, const char *from, ulong length)
|
||||
ulong STDCALL
|
||||
mysql_hex_string(char *to, const char *from, ulong length)
|
||||
{
|
||||
char *to0= to;
|
||||
const char *end;
|
||||
|
|
|
@ -47,6 +47,7 @@ EXPORTS
|
|||
mysql_errno
|
||||
mysql_error
|
||||
mysql_escape_string
|
||||
mysql_hex_string
|
||||
mysql_stmt_execute
|
||||
mysql_stmt_fetch
|
||||
mysql_stmt_fetch_column
|
||||
|
|
Loading…
Reference in a new issue