1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-05 15:55:58 +03:00

MDEV-11159 Add support for sending proxy protocol header

This commit is contained in:
Vladislav Vaintroub
2017-06-13 18:19:07 +00:00
parent dce70b66c7
commit 06d2490371
4 changed files with 26 additions and 3 deletions

View File

@@ -231,7 +231,8 @@ extern const char *SQLSTATE_UNKNOWN;
MARIADB_OPT_FOUND_ROWS,
MARIADB_OPT_MULTI_RESULTS,
MARIADB_OPT_MULTI_STATEMENTS,
MARIADB_OPT_INTERACTIVE
MARIADB_OPT_INTERACTIVE,
MARIADB_OPT_PROXY_HEADER
};
enum mariadb_value {