![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <cstdint>#include <limits>Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::gtids |
Typedefs | |
| using | mysql::gtids::Sequence_number = uint64_t |
| The type of the sequence number component of a GTID. More... | |
Functions | |
| constexpr bool | mysql::gtids::is_valid_sequence_number (Sequence_number sequence_number) |
| Return true if the given Sequence_number is in the allowed range. More... | |
Variables | |
| constexpr Sequence_number | mysql::gtids::sequence_number_max_exclusive |
| One plus the largest allowed value for a GTID sequence number. More... | |
| constexpr Sequence_number | mysql::gtids::sequence_number_max_inclusive |
| The largest allowed value for a GTID sequence number. More... | |
| constexpr Sequence_number | mysql::gtids::sequence_number_min = 1 |
| The smallest allowed value for a GTID sequence number. More... | |
Experimental API header.