1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00
embedded library
some fixes - cleanup procedure changed for embedded library - deletion of
embedded mysql->thd
This commit is contained in:
hf@deer.(none)
2003-09-29 14:09:51 +05:00
parent 3f0096f9bb
commit cca80f8b58
4 changed files with 17 additions and 14 deletions

View File

@ -564,8 +564,8 @@ typedef struct st_mysql_methods
int (STDCALL *stmt_execute)(MYSQL_STMT *stmt);
MYSQL_DATA *(STDCALL *read_binary_rows)(MYSQL_STMT *stmt);
int (STDCALL *unbuffered_fetch)(MYSQL *mysql, char **row);
void (STDCALL *free_embedded_thd)(MYSQL *mysql);
#endif
} MYSQL_METHODS;
MYSQL_STMT * STDCALL mysql_prepare(MYSQL * mysql, const char *query,