![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <gtid.h>
Public Types | |
using | Parent = Gtid< inner::GtidSetOfRanges > |
Public Member Functions | |
GtidSet () | |
GtidSet (const std::string &v) | |
bool | parse (const std::string &v) |
![]() | |
Gtid (const GTIDuuid &uid, T &&...v) | |
bool | operator== (const Gtid &other) const |
bool | contains (const Gtid< OtherRange > &other) const |
bool | parse (const std::string >id) |
std::string | to_string () const |
bool | try_merge (const GtidRange &range) |
bool | try_merge (const Gtid< SomeRange > >id) |
bool | insert (const Gtid< SomeRange > &other) |
void | set (const Gtid< SomeRange > &other) |
uint64_t | size () const |
const GTIDuuid & | get_uid () const |
const inner::GtidSetOfRanges & | get_range () const |
Additional Inherited Members | |
![]() | |
GTIDuuid | uid_ |
inner::GtidSetOfRanges | range_ |
|
inline |
|
inline |
|
inline |