MySQL 9.1.0
Source Code Documentation
option_usage.cc File Reference

Typedefs

typedef weak_service_reference< const mysql_service_mysql_option_tracker_option_t, c_name, opt_nameweak_option
 

Functions

const std::string c_name ("component_validate_password")
 
const std::string opt_name ("mysql_option_tracker_option")
 
const std::string c_option_name ("Password validation component")
 
bool validate_password_component_option_usage_init ()
 
bool validate_password_component_option_usage_deinit ()
 
bool validate_password_component_option_usage_set (unsigned long every_nth)
 

Variables

static Option_usage_dataoption_usage {nullptr}
 

Typedef Documentation

◆ weak_option

Function Documentation

◆ c_name()

const std::string c_name ( "component_validate_password"  )

◆ c_option_name()

const std::string c_option_name ( "Password validation component"  )

◆ opt_name()

const std::string opt_name ( "mysql_option_tracker_option"  )

◆ validate_password_component_option_usage_deinit()

bool validate_password_component_option_usage_deinit ( )

◆ validate_password_component_option_usage_init()

bool validate_password_component_option_usage_init ( )

◆ validate_password_component_option_usage_set()

bool validate_password_component_option_usage_set ( unsigned long  every_nth)

Variable Documentation

◆ option_usage

Option_usage_data* option_usage {nullptr}
static