MySQL 9.0.0
Source Code Documentation

A row in the table. More...

#include <table_replication_applier_configuration.h>

Public Attributes

char channel_name [CHANNEL_NAME_LENGTH]
 
uint channel_name_length {0}
 
time_t desired_delay {0}
 
bool desired_delay_is_set {false}
 
std::string privilege_checks_user
 
enum_rpl_yes_no requires_row_format
 
Relay_log_info::enum_require_table_primary_key require_table_primary_key_check
 
Assign_gtids_to_anonymous_transactions_info::enum_type assign_gtids_to_anonymous_transactions_type
 
std::string assign_gtids_to_anonymous_transactions_value
 

Detailed Description

A row in the table.

Member Data Documentation

◆ assign_gtids_to_anonymous_transactions_type

◆ assign_gtids_to_anonymous_transactions_value

std::string st_row_applier_config::assign_gtids_to_anonymous_transactions_value

◆ channel_name

char st_row_applier_config::channel_name[CHANNEL_NAME_LENGTH]

◆ channel_name_length

uint st_row_applier_config::channel_name_length {0}

◆ desired_delay

time_t st_row_applier_config::desired_delay {0}

◆ desired_delay_is_set

bool st_row_applier_config::desired_delay_is_set {false}

◆ privilege_checks_user

std::string st_row_applier_config::privilege_checks_user

◆ require_table_primary_key_check

Relay_log_info::enum_require_table_primary_key st_row_applier_config::require_table_primary_key_check
Initial value:
{
Relay_log_info::enum_require_table_primary_key::PK_CHECK_NONE}

◆ requires_row_format

enum_rpl_yes_no st_row_applier_config::requires_row_format

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