![]() |
MySQL 9.3.0
Source Code Documentation
|
#include "option_usage.h"
#include <cassert>
#include <memory>
#include "connection_control.h"
#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"
Namespaces | |
namespace | connection_control |
Typedefs | |
typedef weak_service_reference< const mysql_service_mysql_option_tracker_option_t, c_name, opt_name > | connection_control::weak_option |
Functions | |
const std::string | connection_control::c_name ("component_connection_control") |
const std::string | connection_control::opt_name ("mysql_option_tracker_option") |
const std::string | connection_control::c_option_name ("Connection control component") |
static bool | connection_control::cb (unsigned long long new_value) |
bool | connection_control::connection_control_component_option_usage_init () |
bool | connection_control::connection_control_component_option_usage_deinit () |
Variables | |
unsigned long long | connection_control::opt_option_tracker_usage_connection_control_component = 0 |
static bool | connection_control::cb_define_failed = false |