1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
#977 Prepared statements in embedded library
This commit is contained in:
hf@deer.(none)
2003-09-12 19:35:34 +05:00
parent f434b329f5
commit 9f3996cde9
7 changed files with 32 additions and 19 deletions

View File

@ -42,4 +42,5 @@ my_bool send_file_to_server(MYSQL *mysql, const char *filename);
#endif
MYSQL_RES * STDCALL cli_list_fields(MYSQL *mysql, const char *table, const char *wild);
my_bool cli_read_prepare_result(MYSQL *mysql, MYSQL_STMT *stmt);