1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Windows portabilty fixups (last commit caused some errors, so recomitting) - SCRUM

This commit is contained in:
venu@myvenu.com
2003-02-20 14:14:37 -08:00
parent af9a92cf37
commit ee2b888696
13 changed files with 31 additions and 29 deletions

View File

@ -66,7 +66,7 @@ TYPELIB sql_protocol_typelib = {array_elements(sql_protocol_names_lib)-1,"",
#define closesocket(A) close(A)
#endif
static void mysql_once_init(void);
void mysql_once_init(void);
static void end_server(MYSQL *mysql);
static void append_wild(char *to,char *end,const char *wild);
static ulong mysql_sub_escape_string(CHARSET_INFO *charset_info, char *to,