MySQL 9.1.0
Source Code Documentation
|
#include <stddef.h>
#include <sys/types.h>
#include <atomic>
#include <set>
#include <utility>
#include "log_event.h"
#include "my_inttypes.h"
#include "my_thread_local.h"
#include "mysql/binlog/event/binlog_event.h"
#include "prealloced_array.h"
Go to the source code of this file.
Classes | |
class | Mts_submode |
class | Mts_submode_database |
DB partitioned submode For significance of each method check definition of Mts_submode. More... | |
class | Mts_submode_logical_clock |
Parallelization using Master parallelization information For significance of each method check definition of Mts_submode. More... | |
Typedefs | |
typedef Prealloced_array< Slave_worker *, 4 > | Slave_worker_array |
Enumerations | |
enum | enum_mts_parallel_type { MTS_PARALLEL_TYPE_DB_NAME = 0 , MTS_PARALLEL_TYPE_LOGICAL_CLOCK = 1 } |
typedef Prealloced_array<Slave_worker *, 4> Slave_worker_array |