MySQL 9.0.0
Source Code Documentation
bootstrap_ctx.h File Reference
#include <assert.h>
#include <set>
#include "my_inttypes.h"
#include "mysql_version.h"
#include "sql/dd/dd_version.h"
#include "sql/dd/info_schema/metadata.h"
#include "sql/mysqld.h"

Go to the source code of this file.

Classes

class  dd::bootstrap::DD_bootstrap_ctx
 

Namespaces

namespace  dd
 The version of the current data dictionary table definitions.
 
namespace  dd::bootstrap
 

Enumerations

enum class  dd::bootstrap::Stage {
  dd::bootstrap::NOT_STARTED , dd::bootstrap::STARTED , dd::bootstrap::CREATED_TABLESPACES , dd::bootstrap::FETCHED_PROPERTIES ,
  dd::bootstrap::CREATED_TABLES , dd::bootstrap::SYNCED , dd::bootstrap::UPGRADED_TABLES , dd::bootstrap::POPULATED ,
  dd::bootstrap::STORED_DD_META_DATA , dd::bootstrap::VERSION_UPDATED , dd::bootstrap::FINISHED
}
 

Variables

static constexpr uint dd::bootstrap::DD_VERSION_80011 = 80011
 
static constexpr uint dd::bootstrap::DD_VERSION_80012 = 80012
 
static constexpr uint dd::bootstrap::DD_VERSION_80013 = 80013
 
static constexpr uint dd::bootstrap::DD_VERSION_80014 = 80014
 
static constexpr uint dd::bootstrap::DD_VERSION_80015 = 80015
 
static constexpr uint dd::bootstrap::DD_VERSION_80016 = 80016
 
static constexpr uint dd::bootstrap::DD_VERSION_80017 = 80017
 
static constexpr uint dd::bootstrap::DD_VERSION_80021 = 80021
 
static constexpr uint dd::bootstrap::DD_VERSION_80022 = 80022
 
static constexpr uint dd::bootstrap::DD_VERSION_80023 = 80023
 
static constexpr uint dd::bootstrap::DD_VERSION_80200 = 80200
 
static constexpr uint dd::bootstrap::DD_VERSION_80300 = 80300
 
static constexpr uint dd::bootstrap::DD_VERSION_80400 = 80400
 
static std::set< uint > dd::bootstrap::supported_dd_versions
 
static constexpr uint dd::bootstrap::SERVER_VERSION_50700 = 50700
 
static constexpr uint dd::bootstrap::SERVER_VERSION_80011 = 80011
 
static constexpr uint dd::bootstrap::SERVER_VERSION_80013 = 80013
 
static constexpr uint dd::bootstrap::SERVER_VERSION_80014 = 80014
 
static constexpr uint dd::bootstrap::SERVER_VERSION_80015 = 80015
 
static constexpr uint dd::bootstrap::SERVER_VERSION_80016 = 80016
 
static std::set< uint > dd::bootstrap::unsupported_server_versions = {}