MySQL 8.4.0
Source Code Documentation
caching_sha2_passwordopt-vars.h File Reference
#include "mysql.h"

Go to the source code of this file.

Functions

static void set_server_public_key (MYSQL *mysql, const char *server_public_key=nullptr)
 
static void set_get_server_public_key_option (MYSQL *mysql, const bool *get_server_public_key=nullptr)
 

Variables

static char * opt_server_public_key = nullptr
 
static bool opt_get_server_public_key = false
 

Function Documentation

◆ set_get_server_public_key_option()

static void set_get_server_public_key_option ( MYSQL mysql,
const bool *  get_server_public_key = nullptr 
)
static

◆ set_server_public_key()

static void set_server_public_key ( MYSQL mysql,
const char *  server_public_key = nullptr 
)
static

Variable Documentation

◆ opt_get_server_public_key

bool opt_get_server_public_key = false
static

◆ opt_server_public_key

char* opt_server_public_key = nullptr
static