summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2013-10-03 18:00:44 +0300
committerunknown <sanja@askmonty.org>2013-10-03 18:00:44 +0300
commitc776f5ac2614e24e64dd06f488ee29716f056c95 (patch)
tree54a20fcc5ac312f150bbb2b942246931b3ecc495 /include/mysql.h
parentdd7339676b2a57e71f41075919ffca99bd1be937 (diff)
downloadmariadb-git-c776f5ac2614e24e64dd06f488ee29716f056c95.tar.gz
Client attributes
Diffstat (limited to 'include/mysql.h')
-rw-r--r--include/mysql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 56b2332342d..025bd397a65 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -557,6 +557,8 @@ int STDCALL mysql_list_processes_cont(MYSQL_RES **ret, MYSQL *mysql,
int status);
int STDCALL mysql_options(MYSQL *mysql,enum mysql_option option,
const void *arg);
+int STDCALL mysql_options4(MYSQL *mysql,enum mysql_option option,
+ const void *arg1, const void *arg2);
void STDCALL mysql_free_result(MYSQL_RES *result);
int STDCALL mysql_free_result_start(MYSQL_RES *result);
int STDCALL mysql_free_result_cont(MYSQL_RES *result, int status);