MySQL 9.0.0
Source Code Documentation
classic_protocol::reload_cmds Namespace Reference

Namespaces

namespace  pos
 

Typedefs

using value_type = std::bitset< pos::_bitset_size >
 

Variables

constexpr value_type flush_privileges {1 << pos::flush_privileges}
 
constexpr value_type flush_logs {1 << pos::flush_logs}
 
constexpr value_type flush_tables {1 << pos::flush_tables}
 
constexpr value_type flush_hosts {1 << pos::flush_hosts}
 
constexpr value_type flush_status {1 << pos::flush_status}
 
constexpr value_type flush_threads {1 << pos::flush_threads}
 
constexpr value_type reset_slave {1 << pos::reset_slave}
 
constexpr value_type reset_master {1 << pos::reset_master}
 

Typedef Documentation

◆ value_type

Variable Documentation

◆ flush_hosts

constexpr value_type classic_protocol::reload_cmds::flush_hosts {1 << pos::flush_hosts}
constexpr

◆ flush_logs

constexpr value_type classic_protocol::reload_cmds::flush_logs {1 << pos::flush_logs}
constexpr

◆ flush_privileges

constexpr value_type classic_protocol::reload_cmds::flush_privileges {1 << pos::flush_privileges}
constexpr

◆ flush_status

constexpr value_type classic_protocol::reload_cmds::flush_status {1 << pos::flush_status}
constexpr

◆ flush_tables

constexpr value_type classic_protocol::reload_cmds::flush_tables {1 << pos::flush_tables}
constexpr

◆ flush_threads

constexpr value_type classic_protocol::reload_cmds::flush_threads {1 << pos::flush_threads}
constexpr

◆ reset_master

constexpr value_type classic_protocol::reload_cmds::reset_master {1 << pos::reset_master}
constexpr

◆ reset_slave

constexpr value_type classic_protocol::reload_cmds::reset_slave {1 << pos::reset_slave}
constexpr