1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Initial implementation for COM_MULTI

This commit is contained in:
Georg Richter
2015-12-17 19:21:52 +01:00
parent 955bb8d6ff
commit c8648cf4b2
12 changed files with 197 additions and 17 deletions

View File

@@ -214,6 +214,7 @@ extern unsigned int mariadb_deinitialize_ssl;
MARIADB_OPT_SSL_FP, /* single finger print for server certificate verification */
MARIADB_OPT_SSL_FP_LIST, /* finger print white list for server certificate verification */
MARIADB_OPT_SSL_PASSWORD, /* password for encrypted certificates */
MARIADB_OPT_COM_MULTI,
MARIADB_OPT_CONNECTION_READ_ONLY
};