MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
namespace | mysql |
namespace | mysql::gtid |
namespace | mysql::utils |
Enumerations | |
enum class | mysql::gtid::Gtid_format : uint8_t { mysql::gtid::untagged = 0 , mysql::gtid::tagged = 1 , mysql::gtid::last } |
Gtid binary format indicator. More... | |
Functions | |
template<> | |
constexpr gtid::Gtid_format | mysql::utils::enum_max< gtid::Gtid_format > () |
Specialization of enum_max method for Gtid_format. More... | |