MySQL 8.4.0
Source Code Documentation
gtid_format.h File Reference
#include <array>
#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...