diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h index a4e4e9fcee4..453325453af 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -558,6 +558,7 @@ typedef struct st_mysql_methods MYSQL_ROW column, uint field_count); MYSQL_RES * (STDCALL *list_fields)(MYSQL *mysql, const char *table, const char *wild); + my_bool (STDCALL *read_prepare_result)(MYSQL *mysql, MYSQL_STMT *stmt); } MYSQL_METHODS; MYSQL_STMT * STDCALL mysql_prepare(MYSQL * mysql, const char *query, |