MySQL 9.0.0
Source Code Documentation
Gtid_set::Interval_chunk Struct Reference

Contains a list of intervals allocated by this Gtid_set. More...

Public Attributes

Interval_chunknext
 
Interval intervals [1]
 

Detailed Description

Contains a list of intervals allocated by this Gtid_set.

When a method of this class needs a new interval and there are no more free intervals, a new Interval_chunk is allocated and the intervals of it are added to the list of free intervals.

Member Data Documentation

◆ intervals

Interval Gtid_set::Interval_chunk::intervals[1]

◆ next

Interval_chunk* Gtid_set::Interval_chunk::next

The documentation for this struct was generated from the following file: