1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
prepared statements in embedded library.
some fixes after testing
This commit is contained in:
hf@deer.(none)
2003-09-19 14:05:28 +05:00
parent e89e3ff753
commit cda32e123c
6 changed files with 46 additions and 16 deletions

View File

@ -56,3 +56,4 @@ MYSQL_DATA *cli_read_rows(MYSQL *mysql,MYSQL_FIELD *mysql_fields,
uint fields);
int STDCALL cli_stmt_execute(MYSQL_STMT *stmt);
MYSQL_DATA *cli_read_binary_rows(MYSQL_STMT *stmt);
int STDCALL cli_unbuffered_fetch(MYSQL *mysql, char **row);