MySQL 9.1.0
Source Code Documentation
|
#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 | Slave |
class | Ack_receiver |
Ack_receiver is responsible to control ack receive thread and maintain slave information used by ack receive thread. More... | |
Typedefs | |
typedef std::vector< Slave > | Slave_vector |
typedef Slave_vector::iterator | Slave_vector_it |
Variables | |
Ack_receiver * | ack_receiver |
typedef std::vector<Slave> Slave_vector |
typedef Slave_vector::iterator Slave_vector_it |
|
extern |