![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
#include <array>#include <cstdint>#include <memory>#include <string>#include "mysql/utils/enumeration_utils.h"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... | |