![]() |
MySQL 9.2.0
Source Code Documentation
|
#include "connection_control_pfs_table.h"
#include <cassert>
#include <components/libminchassis/gunit_harness/include/mock/mysql_mutex_v1_native.cc>
#include <map>
#include <memory>
#include <mutex>
#include <shared_mutex>
#include "failed_attempts_list_imp.h"
Classes | |
class | connection_control::Connection_control_tb_handle |
Namespaces | |
namespace | connection_control |
Typedefs | |
typedef Connection_control_pfs_table_data::const_iterator | connection_control::Connection_control_pfs_table_pos |
Functions | |
static unsigned long long | connection_control::get_row_count () |
static int | connection_control::rnd_init (PSI_table_handle *handle, bool) |
static int | connection_control::rnd_next (PSI_table_handle *handle) |
static int | connection_control::rnd_pos (PSI_table_handle *handle) |
static int | connection_control::read_column_value (PSI_table_handle *handle, PSI_field *field, unsigned int index) |
static void | connection_control::reset_position (PSI_table_handle *handle) |
static PSI_table_handle * | connection_control::open_table (PSI_pos **) |
static void | connection_control::close_table (PSI_table_handle *handle) |
bool | connection_control::register_pfs_table () |
bool | connection_control::unregister_pfs_table () |
Variables | |
static PFS_engine_table_share_proxy * | connection_control::share_list [1] = {nullptr} |
static PFS_engine_table_share_proxy | connection_control::share |