MySQL 9.0.0
Source Code Documentation
rpl_event_coordinates Struct Reference

the struct aggregates two parameters that identify an event uniquely in scope of communication of a particular master and slave couple. More...

#include <sql_class.h>

Public Attributes

char * file_name
 
my_off_t pos
 

Detailed Description

the struct aggregates two parameters that identify an event uniquely in scope of communication of a particular master and slave couple.

I.e there can not be 2 events from the same staying connected master which have the same coordinates.

Note
Such identifier is not yet unique generally as the event originating master is resettable. Also the crashed master can be replaced with some other.

Member Data Documentation

◆ file_name

char* rpl_event_coordinates::file_name

◆ pos

my_off_t rpl_event_coordinates::pos

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