24#ifndef DD__DD_VERSION_INCLUDED
25#define DD__DD_VERSION_INCLUDED
238 "This release can not use a version number from the future");
276 "This release can not use a version number from the future");
336#if MYSQL_VERSION_MATURITY_IS_LTS == 1
342 "This release can not use a version number from the future");
#define MYSQL_VERSION_ID
Definition: mysql_version.h:14
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:44
static const uint DD_VERSION
Definition: dd_version.h:236
static const uint DD_VERSION_MINOR_DOWNGRADE_THRESHOLD
If a new DD version is published, that version may or may not be possible to downgrade to previous re...
Definition: dd_version.h:274
constexpr uint SERVER_UPGRADE_THRESHOLD
The release model explained above also opens the possibility of upgrading to a version that has been ...
Definition: dd_version.h:369
constexpr uint SERVER_DOWNGRADE_THRESHOLD
A release model supporting Long-Term Support (LTS) and Innovation releases is being used.
Definition: dd_version.h:339