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

CONC-312: Implementation for caching_sha2_password plugin

This commit is contained in:
Georg Richter
2018-12-01 08:56:24 +01:00
parent 84ab333bfa
commit 005195f9cb
8 changed files with 963 additions and 0 deletions

View File

@@ -639,6 +639,7 @@ struct st_default_options mariadb_defaults[] =
{MARIADB_OPT_SSL_FP_LIST, MARIADB_OPTION_STR, "ssl-fplist"},
{MARIADB_OPT_TLS_PASSPHRASE, MARIADB_OPTION_STR, "ssl-passphrase"},
{MARIADB_OPT_TLS_VERSION, MARIADB_OPTION_STR, "tls_version"},
{MYSQL_SERVER_PUBLIC_KEY, MARIADB_OPTION_STR, "server_public_key"},
{MYSQL_OPT_BIND, MARIADB_OPTION_STR, "bind-address"},
{0, 0, NULL}
};