|
MySQL 5.6.14 Source Code Document
|
#include <rpl_gtid.h>
Public Member Functions | |
| Gtid_iterator (const Owned_gtids *og) | |
| void | next () |
| Advance to next group. | |
| Gtid | get () const |
| Return next group, or {0,0} if we reached the end. | |
| Node * | get_node () const |
| Return next group Node, or NULL if we reached the end. | |
Iterator over all groups in a Owned_gtids set. This is a const iterator; it does not allow modification of the set.
Definition at line 1959 of file rpl_gtid.h.