diff options
author | unknown <sanja@askmonty.org> | 2013-10-03 18:00:44 +0300 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2013-10-03 18:00:44 +0300 |
commit | c776f5ac2614e24e64dd06f488ee29716f056c95 (patch) | |
tree | 54a20fcc5ac312f150bbb2b942246931b3ecc495 /include/mysql.h | |
parent | dd7339676b2a57e71f41075919ffca99bd1be937 (diff) | |
download | mariadb-git-c776f5ac2614e24e64dd06f488ee29716f056c95.tar.gz |
Client attributes
Diffstat (limited to 'include/mysql.h')
-rw-r--r-- | include/mysql.h | 2 |
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); |