summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authorunknown <monty@mishka.mysql.fi>2003-10-06 22:57:04 +0300
committerunknown <monty@mishka.mysql.fi>2003-10-06 22:57:04 +0300
commit978bcb57c759528e1e210816747f0bf8513a9c98 (patch)
treedf915ce4dc7ae6e3a1393f97afd9a925911e49b2 /include/mysql.h
parent0e93376e71bd719658bbf99e413d51d7ee349dee (diff)
parent104da10b4d4f5d47c655eb17e8551dafdb5d6bd3 (diff)
downloadmariadb-git-978bcb57c759528e1e210816747f0bf8513a9c98.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mishka.mysql.fi:/home/my/mysql-4.1 include/mysql.h: Auto merged sql/mysql_priv.h: Auto merged
Diffstat (limited to 'include/mysql.h')
-rw-r--r--include/mysql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 5672744729a..5441910efa9 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -565,6 +565,7 @@ typedef struct st_mysql_methods
MYSQL_DATA *(STDCALL *read_binary_rows)(MYSQL_STMT *stmt);
int (STDCALL *unbuffered_fetch)(MYSQL *mysql, char **row);
void (STDCALL *free_embedded_thd)(MYSQL *mysql);
+ const char *(STDCALL *read_statistic)(MYSQL *mysql);
#endif
} MYSQL_METHODS;