1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00

Fix for #2212 (mysql_change_user doesn't work in embedded library)

now it's working
This commit is contained in:
hf@deer.(none)
2004-02-14 20:26:21 +04:00
parent b0d04923bc
commit e100530b3e
6 changed files with 63 additions and 36 deletions

View File

@ -575,6 +575,7 @@ typedef struct st_mysql_methods
void (*free_embedded_thd)(MYSQL *mysql);
const char *(*read_statistic)(MYSQL *mysql);
int (*next_result)(MYSQL *mysql);
int (*read_change_user_result)(MYSQL *mysql, char *buff, const char *passwd);
#endif
} MYSQL_METHODS;