25#ifndef CHANGE_STREAM_REPLICATION_THREAD_STATUS_H_
26#define CHANGE_STREAM_REPLICATION_THREAD_STATUS_H_
62 bool ignore_monitor_thread =
false);
static mi_bit_type mask[]
Definition: mi_packrec.cc:141
constexpr inverse_alphabet_type inverse(const alphabet_type &v)
inverse
Definition: base64.h:431
void lock_slave_threads(Master_info *mi)
This method locks both (in this order) mi->run_lock rli->run_lock.
Definition: replication_thread_status.cc:29
void unlock_slave_threads(Master_info *mi)
Unlock replica master and relay log info locks.
Definition: replication_thread_status.cc:40
void init_thread_mask(int *mask, Master_info *mi, bool inverse, bool ignore_monitor_thread=false)
Find out which replications threads are running.
Definition: replication_thread_status.cc:48