MySQL 9.5.0
Source Code Documentation
semisync_source_ack_receiver.h File Reference
#include <sys/types.h>
#include <vector>
#include "my_inttypes.h"
#include "my_io.h"
#include "my_thread.h"
#include "plugin/semisync/semisync.h"
#include "plugin/semisync/semisync_source.h"
#include "sql/sql_class.h"

Go to the source code of this file.

Classes

struct  Replica
 
class  Ack_receiver
 Ack_receiver is responsible to control ack receive thread and maintain replica information used by ack receive thread. More...
 

Typedefs

typedef std::vector< ReplicaReplica_vector
 
typedef Replica_vector::iterator Replica_vector_it
 

Variables

Ack_receiverack_receiver
 

Typedef Documentation

◆ Replica_vector

typedef std::vector<Replica> Replica_vector

◆ Replica_vector_it

typedef Replica_vector::iterator Replica_vector_it

Variable Documentation

◆ ack_receiver

Ack_receiver* ack_receiver
extern