My Project
|
#include <rpl_gtid.h>
Public Member Functions | |
Interval_iterator (Gtid_set *gtid_set, rpl_sidno sidno) | |
Create this Interval_iterator. | |
Interval_iterator (Gtid_set *gtid_set) | |
Destroy this Interval_iterator. | |
Friends | |
class | Gtid_set |
friend class Gtid_set [friend] |
Only Gtid_set is allowed to use set/insert/remove.
They are not safe to use from other code because: (1) very easy to make a mistakes (2) they don't clear cached_string_format or cached_string_length.