![]() |
MySQL 8.4.7
Source Code Documentation
|
#include "mysql/gtid/gtid_constants.h"#include "mysql/gtid/gtid_format.h"#include "mysql/gtid/tag.h"#include "mysql/gtid/tsid_plain.h"#include "mysql/gtid/uuid.h"Go to the source code of this file.
Classes | |
| class | mysql::gtid::Tsid |
| Represents Transaction Source Identifier which is composed of source UUID and transaction tag. More... | |
| struct | mysql::gtid::Tsid::Hash |
| Structure to compute hash function of a given Tag object. More... | |
Namespaces | |
| namespace | mysql |
| namespace | mysql::gtid |
Variables | |
| constexpr auto | mysql::gtid::tsid_max_length = Uuid::TEXT_LENGTH + 1 + tag_max_length |
| Maximum TSID text length (without null character) More... | |