1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix for mysql_list_fields & reset stmt buffers from stmt_free_result

Windows build fix
This commit is contained in:
venu@myvenu.com
2003-06-08 09:11:14 -07:00
parent b68eab61a6
commit d764294f12
5 changed files with 204 additions and 52 deletions

View File

@ -324,7 +324,7 @@ my_bool check_scramble(const char *, const char *message,
unsigned long *salt,my_bool old_ver);
char *get_tty_password(char *opt_message);
void hash_password(unsigned long *result, const char *password);
const char *mysql_errno_to_sqlstate(uint mysql_errno);
const char *mysql_errno_to_sqlstate(unsigned int mysql_errno);
/* Some other useful functions */