1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

5.2->5.3 merge

This commit is contained in:
Sergei Golubchik
2011-12-12 13:00:33 +01:00
47 changed files with 903 additions and 201 deletions

View File

@@ -524,6 +524,7 @@ char *octet2hex(char *to, const char *str, unsigned int len);
/* end of password.c */
char *get_tty_password(const char *opt_message);
void get_tty_password_buff(const char *opt_message, char *to, size_t length);
const char *mysql_errno_to_sqlstate(unsigned int mysql_errno);
/* Some other useful functions */