summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2003-09-12 19:36:42 +0500
committerunknown <hf@deer.(none)>2003-09-12 19:36:42 +0500
commit774c65c7a37b0b02912940dd3c804fb526b68afa (patch)
tree38b0ef8c6f4b6f0091d8017c2347b99f5e902787 /include
parent11930efba69eb4d0d76affe34a1323cdd5b5bd79 (diff)
parentdc250a6efc8bc451b301c74b494200dfb3dd3f8b (diff)
downloadmariadb-git-774c65c7a37b0b02912940dd3c804fb526b68afa.tar.gz
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.stmt include/mysql.h: Auto merged libmysql/libmysql.c: Auto merged libmysqld/libmysqld.c: Auto merged
Diffstat (limited to 'include')
-rw-r--r--include/mysql.h1
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,