![]() |
MySQL 9.5.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 | 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< Replica > | Replica_vector |
| typedef Replica_vector::iterator | Replica_vector_it |
Variables | |
| Ack_receiver * | ack_receiver |
| typedef std::vector<Replica> Replica_vector |
| typedef Replica_vector::iterator Replica_vector_it |
|
extern |