1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Proposed fix for #3744 (embedded server, wrong error message if database is

missing)
This commit is contained in:
hf@deer.(none)
2004-05-17 12:05:57 +05:00
parent a79a3f5724
commit c00bc7a803
3 changed files with 21 additions and 12 deletions

View File

@ -28,5 +28,6 @@ void init_embedded_mysql(MYSQL *mysql, int client_flag, char *db);
void *create_embedded_thd(int client_flag, char *db);
int check_embedded_connection(MYSQL *mysql);
void free_old_query(MYSQL *mysql);
void embedded_get_error(MYSQL *mysql);
extern MYSQL_METHODS embedded_methods;
C_MODE_END