MySQL 9.1.0
Source Code Documentation
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | mysql |
namespace | mysql::gtid |
Variables | |
constexpr auto | mysql::gtid::gtid_separator {':'} |
Separator used in GTID string representation, separates: More... | |
constexpr auto | mysql::gtid::gtid_set_separator = ',' |
Separator between UUIDs in a GTID set string representation. More... | |
constexpr std::size_t | mysql::gtid::tag_max_length = 32 |
Maximal number of characters in a tag. More... | |