33 const char *server_public_key =
nullptr) {
34 if (server_public_key && *server_public_key)
41 MYSQL *
mysql,
const bool *get_server_public_key =
nullptr) {
43 get_server_public_key ? get_server_public_key
static void set_server_public_key(MYSQL *mysql, const char *server_public_key=nullptr)
Definition: caching_sha2_passwordopt-vars.h:32
static char * opt_server_public_key
Definition: caching_sha2_passwordopt-vars.h:29
static void set_get_server_public_key_option(MYSQL *mysql, const bool *get_server_public_key=nullptr)
Definition: caching_sha2_passwordopt-vars.h:40
static bool opt_get_server_public_key
Definition: caching_sha2_passwordopt-vars.h:30
static MYSQL mysql
Definition: mysql.cc:153
This file defines the client API to MySQL and also the ABI of the dynamically linked libmysqlclient.
@ MYSQL_SERVER_PUBLIC_KEY
Definition: mysql.h:199
@ MYSQL_OPT_GET_SERVER_PUBLIC_KEY
Definition: mysql.h:206
int STDCALL mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg)
Definition: client.cc:8440