summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2004-02-10 19:33:04 +0400
committerunknown <hf@deer.(none)>2004-02-10 19:33:04 +0400
commit86c161e6cb7eaa807505e153b9eac6beced40673 (patch)
tree151ae87c0aaa750b6bfa97da8c6ada55785499ab /include
parent186ec6c78ccf4ca9dacb09037003da54bf2d041b (diff)
parentb4fc7c7fbf643b39f3686bfe344b21cdd7233fb5 (diff)
downloadmariadb-git-86c161e6cb7eaa807505e153b9eac6beced40673.tar.gz
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.2208 sql/sql_class.h: Auto merged sql/sql_parse.cc: 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 d1b467f9649..3679b65ba4a 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -575,6 +575,7 @@ typedef struct st_mysql_methods
int (*unbuffered_fetch)(MYSQL *mysql, char **row);
void (*free_embedded_thd)(MYSQL *mysql);
const char *(*read_statistic)(MYSQL *mysql);
+ int (*next_result)(MYSQL *mysql);
#endif
} MYSQL_METHODS;