MySQL 26.7.0
Source Code Documentation
LEX_SOURCE_INFO::Applier_version Struct Reference

#include <sql_lex.h>

Static Public Attributes

static constexpr uint unspecified {0}
 use previous or default More...
 
static constexpr uint mta {1}
 use Multi-threaded applier More...
 
static constexpr uint csa {2}
 use new Change Stream Aplier More...
 
static constexpr uint unknown {3}
 "unknown" guard More...
 

Member Data Documentation

◆ csa

constexpr uint LEX_SOURCE_INFO::Applier_version::csa {2}
staticconstexpr

use new Change Stream Aplier

◆ mta

constexpr uint LEX_SOURCE_INFO::Applier_version::mta {1}
staticconstexpr

use Multi-threaded applier

◆ unknown

constexpr uint LEX_SOURCE_INFO::Applier_version::unknown {3}
staticconstexpr

"unknown" guard

◆ unspecified

constexpr uint LEX_SOURCE_INFO::Applier_version::unspecified {0}
staticconstexpr

use previous or default


The documentation for this struct was generated from the following file: