MySQL 8.4.2
Source Code Documentation
|
Struct for information about a replication stream. More...
#include <mysql.h>
Public Attributes | |
size_t | file_name_length |
const char * | file_name |
Length of the 'file_name' or 0 More... | |
uint64_t | start_position |
Filename of the binary log to read. More... | |
unsigned int | server_id |
Position in the binary log to More... | |
unsigned int | flags |
Server ID to use when identifying More... | |
size_t | gtid_set_encoded_size |
Flags, e.g. More... | |
void(* | fix_gtid_set )(struct MYSQL_RPL *rpl, unsigned char *packet_gtid_set) |
Callback function which is called More... | |
void * | gtid_set_arg |
unsigned long | size |
GTID set data or an argument for More... | |
const unsigned char * | buffer |
Size of the packet returned by More... | |
Struct for information about a replication stream.
const unsigned char* MYSQL_RPL::buffer |
Size of the packet returned by
const char* MYSQL_RPL::file_name |
Length of the 'file_name' or 0
size_t MYSQL_RPL::file_name_length |
void(* MYSQL_RPL::fix_gtid_set) (struct MYSQL_RPL *rpl, unsigned char *packet_gtid_set) |
Callback function which is called
unsigned int MYSQL_RPL::flags |
Server ID to use when identifying
void* MYSQL_RPL::gtid_set_arg |
size_t MYSQL_RPL::gtid_set_encoded_size |
Flags, e.g.
MYSQL_RPL_GTID
Size of gtid set data
unsigned int MYSQL_RPL::server_id |
Position in the binary log to
unsigned long MYSQL_RPL::size |
GTID set data or an argument for
uint64_t MYSQL_RPL::start_position |
Filename of the binary log to read.