MySQL 8.0.39
Source Code Documentation
|
#include <sys/types.h>
#include <string>
#include "my_dbug.h"
#include "my_inttypes.h"
#include "my_io.h"
#include "sql/rpl_gtid.h"
Go to the source code of this file.
Classes | |
class | Until_option |
This is the abstract base class for slave start until options. More... | |
class | Until_position |
It is an abstract class for until master position and until relay log position. More... | |
class | Until_master_position |
It is for UNTIL master_log_file and master_log_pos. More... | |
class | Until_relay_position |
It is for UNTIL relay_log_file and relay_log_pos. More... | |
class | Until_gtids |
It is an abstract class for UNTIL SQL_BEFORE_GTIDS and SQL_AFTER_GTIDS. More... | |
class | Until_before_gtids |
It implements the logic of UNTIL SQL_BEFORE_GTIDS. More... | |
class | Until_after_gtids |
It implements the logic of UNTIL SQL_AFTER_GTIDS. More... | |
class | Until_view_id |
It implements the logic for UNTIL VIEW_ID. More... | |
class | Until_mts_gap |
It implements the logic of UNTIL SQL_AFTER_MTS_GAP. More... | |