MySQL 8.4.0
Source Code Documentation
classic_protocol::status Namespace Reference

Namespaces

namespace  pos
 

Typedefs

using value_type = std::bitset< 16 >
 

Variables

constexpr value_type in_transaction {1 << pos::in_transaction}
 
constexpr value_type autocommit {1 << pos::autocommit}
 
constexpr value_type more_results_exist {1 << pos::more_results_exist}
 
constexpr value_type no_good_index_used {1 << pos::no_good_index_used}
 
constexpr value_type no_index_used {1 << pos::no_index_used}
 
constexpr value_type cursor_exists {1 << pos::cursor_exists}
 
constexpr value_type last_row_sent {1 << pos::last_row_sent}
 
constexpr value_type schema_dropped {1 << pos::schema_dropped}
 
constexpr value_type no_backslash_escapes {1 << pos::no_backslash_escapes}
 
constexpr value_type metadata_changed {1 << pos::metadata_changed}
 
constexpr value_type query_was_slow {1 << pos::query_was_slow}
 
constexpr value_type ps_out_params {1 << pos::ps_out_params}
 
constexpr value_type in_transaction_readonly {1 << pos::in_transaction_readonly}
 
constexpr value_type session_state_changed {1 << pos::session_state_changed}
 

Typedef Documentation

◆ value_type

using classic_protocol::status::value_type = typedef std::bitset<16>

Variable Documentation

◆ autocommit

constexpr value_type classic_protocol::status::autocommit {1 << pos::autocommit}
constexpr

◆ cursor_exists

constexpr value_type classic_protocol::status::cursor_exists {1 << pos::cursor_exists}
constexpr

◆ in_transaction

constexpr value_type classic_protocol::status::in_transaction {1 << pos::in_transaction}
constexpr

◆ in_transaction_readonly

constexpr value_type classic_protocol::status::in_transaction_readonly {1 << pos::in_transaction_readonly}
constexpr

◆ last_row_sent

constexpr value_type classic_protocol::status::last_row_sent {1 << pos::last_row_sent}
constexpr

◆ metadata_changed

constexpr value_type classic_protocol::status::metadata_changed {1 << pos::metadata_changed}
constexpr

◆ more_results_exist

constexpr value_type classic_protocol::status::more_results_exist {1 << pos::more_results_exist}
constexpr

◆ no_backslash_escapes

constexpr value_type classic_protocol::status::no_backslash_escapes {1 << pos::no_backslash_escapes}
constexpr

◆ no_good_index_used

constexpr value_type classic_protocol::status::no_good_index_used {1 << pos::no_good_index_used}
constexpr

◆ no_index_used

constexpr value_type classic_protocol::status::no_index_used {1 << pos::no_index_used}
constexpr

◆ ps_out_params

constexpr value_type classic_protocol::status::ps_out_params {1 << pos::ps_out_params}
constexpr

◆ query_was_slow

constexpr value_type classic_protocol::status::query_was_slow {1 << pos::query_was_slow}
constexpr

◆ schema_dropped

constexpr value_type classic_protocol::status::schema_dropped {1 << pos::schema_dropped}
constexpr

◆ session_state_changed

constexpr value_type classic_protocol::status::session_state_changed {1 << pos::session_state_changed}
constexpr