![]() |
MySQL 9.3.0
Source Code Documentation
|
#include "option_usage.h"
#include <cassert>
#include <memory>
#include "mysql/components/component_implementation.h"
#include "mysql/components/library_mysys/option_tracker_usage.h"
#include "mysql/components/service.h"
#include "mysql/components/services/mysql_option_tracker.h"
#include "mysql/components/util/weak_service_reference.h"
#include "validate_password_imp.h"
Typedefs | |
typedef weak_service_reference< const mysql_service_mysql_option_tracker_option_t, c_name, opt_name > | weak_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") |
static bool | cb (unsigned long long new_value) |
bool | validate_password_component_option_usage_init () |
bool | validate_password_component_option_usage_deinit () |
Variables | |
unsigned long long | opt_option_tracker_usage_validate_password_component = 0 |
static bool | cb_define_failed = false |
typedef weak_service_reference<const mysql_service_mysql_option_tracker_option_t, c_name, opt_name> weak_option |
const std::string c_name | ( | "component_validate_password" | ) |
const std::string c_option_name | ( | "Password validation component" | ) |
|
static |
const std::string opt_name | ( | "mysql_option_tracker_option" | ) |
bool validate_password_component_option_usage_deinit | ( | ) |
bool validate_password_component_option_usage_init | ( | ) |
|
static |
unsigned long long opt_option_tracker_usage_validate_password_component = 0 |