mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
SCRUM:
prepared statements in embedded library
This commit is contained in:
@ -561,6 +561,8 @@ typedef struct st_mysql_methods
|
||||
MYSQL_FIELD * (STDCALL *list_fields)(MYSQL *mysql);
|
||||
my_bool (STDCALL *read_prepare_result)(MYSQL *mysql, MYSQL_STMT *stmt);
|
||||
int (STDCALL *stmt_execute)(MYSQL_STMT *stmt);
|
||||
MYSQL_DATA *(STDCALL *read_binary_rows)(MYSQL_STMT *stmt);
|
||||
|
||||
} MYSQL_METHODS;
|
||||
|
||||
MYSQL_STMT * STDCALL mysql_prepare(MYSQL * mysql, const char *query,
|
||||
|
Reference in New Issue
Block a user