MySQL 8.3.0
Source Code Documentation
rpl_async_conn_failover_table_operations.cc File Reference
#include "mysql/components/services/log_builtins.h"
#include "sql-common/json_dom.h"
#include "sql/current_thd.h"
#include "sql/handler.h"
#include "sql/mysqld.h"
#include "sql/protobuf/generated/protobuf_lite/replication_asynchronous_connection_failover.pb.h"
#include "sql/rpl_async_conn_failover_configuration_propagation.h"
#include "sql/rpl_async_conn_failover_table_operations.h"
#include "sql/rpl_sys_key_access.h"
#include "sql/rpl_sys_table_access.h"
#include "sql/sql_base.h"
#include "sql/udf_service_util.h"

Typedefs

using RPL_FAILOVER_SOURCE_DEL_TUPLE = std::tuple< std::string, std::string, uint, std::string, std::string >
 
using RPL_FAILOVER_MANAGED_DEL_TUPLE = std::tuple< std::string, std::string >
 

Typedef Documentation

◆ RPL_FAILOVER_MANAGED_DEL_TUPLE

using RPL_FAILOVER_MANAGED_DEL_TUPLE = std::tuple<std::string, std::string>

◆ RPL_FAILOVER_SOURCE_DEL_TUPLE

using RPL_FAILOVER_SOURCE_DEL_TUPLE = std::tuple<std::string, std::string, uint, std::string, std::string>