![]() |
MySQL 26.7.0
Source Code Documentation
|
Enumerates the available versions of the applier. More...
#include <applier_version.h>
Static Public Attributes | |
| static constexpr unsigned int | unspecified {0} |
| Required by system tables and PFS when no specific version is chosen. More... | |
| static constexpr unsigned int | mta {1} |
| Use Multi-threaded Applier (MTA) for replication. More... | |
| static constexpr unsigned int | csa {2} |
| Use Change Stream Applier (CSA) for replication. More... | |
| static constexpr unsigned int | unknown {3} |
| An unknown or invalid applier version, used as an end guard. More... | |
Enumerates the available versions of the applier.
This enum defines the different applier versions that can be used in the system.
|
staticconstexpr |
Use Change Stream Applier (CSA) for replication.
|
staticconstexpr |
Use Multi-threaded Applier (MTA) for replication.
|
staticconstexpr |
An unknown or invalid applier version, used as an end guard.
|
staticconstexpr |
Required by system tables and PFS when no specific version is chosen.