24#ifndef MYSQL_SCHEDULER_CONSTANTS_H
25#define MYSQL_SCHEDULER_CONSTANTS_H
ValueType max(X &&first)
Definition: gtid.h:103
Definition: base_dependency_tracker.h:41
Definition: constants.h:31
static constexpr unsigned int scheduler_thread_id
Scheduler thread id constant, used by the scheduler thread (max)
Definition: constants.h:40
static constexpr unsigned int max_thread_count
The maximum number of threads in the thread pool This value should be aligned with the MTS_MAX_WORKER...
Definition: constants.h:38
static constexpr unsigned int invalid_thread_id
Invalid thread id constant, used by the scheduler thread.
Definition: constants.h:42
static constexpr unsigned int max_instances
The maximum number of scheduler instances supported This value should be aligned with the 'MAX_CHANNE...
Definition: constants.h:34