MySQL 8.3.0
Source Code Documentation
rpl_async_conn_failover_table_operations.h File Reference
#include <functional>
#include <tuple>
#include "sql/field.h"
#include "sql/table.h"
#include "sql/udf_service_util.h"
#include "string_with_len.h"

Go to the source code of this file.

Classes

class  Rpl_async_conn_failover_table_operations
 

Namespaces

namespace  protobuf_replication_asynchronous_connection_failover
 

Typedefs

using RPL_FAILOVER_SOURCE_TUPLE = std::tuple< std::string, std::string, uint, std::string, uint, std::string >
 
using RPL_FAILOVER_MANAGED_JSON_TUPLE = std::tuple< std::string, std::string, std::string, Json_wrapper >
 
using RPL_FAILOVER_MANAGED_TUPLE = std::tuple< std::string, std::string, std::string, uint, uint >
 
using RPL_FAILOVER_SOURCE_LIST = std::vector< RPL_FAILOVER_SOURCE_TUPLE >
 

Typedef Documentation

◆ RPL_FAILOVER_MANAGED_JSON_TUPLE

using RPL_FAILOVER_MANAGED_JSON_TUPLE = std::tuple<std::string, std::string, std::string, Json_wrapper>

◆ RPL_FAILOVER_MANAGED_TUPLE

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

◆ RPL_FAILOVER_SOURCE_LIST

◆ RPL_FAILOVER_SOURCE_TUPLE

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