MySQL 8.0.37
Source Code Documentation
global.h File Reference
#include <sys/types.h>
#include "sql/table.h"

Go to the source code of this file.

Classes

class  dd::upgrade_57::Thd_mem_root_guard
 THD::mem_root is only switched with the given mem_root and switched back on destruction. More...
 
class  dd::upgrade_57::System_table_close_guard
 RAII for handling open and close of event and proc tables. More...
 
class  dd::upgrade_57::Check_table_intact
 Class to check the system tables we are using from 5.7 are not corrupted before migrating the information to new DD. More...
 

Namespaces

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

Variables

const String_type dd::upgrade_57::ISL_EXT = ".isl"
 
const String_type dd::upgrade_57::PAR_EXT = ".par"
 
const String_type dd::upgrade_57::OPT_EXT = ".opt"
 
const String_type dd::upgrade_57::NDB_EXT = ".ndb"
 
const String_type dd::upgrade_57::IBD_EXT = ".ibd"
 
const String_type dd::upgrade_57::index_stats = "innodb_index_stats"
 
const String_type dd::upgrade_57::index_stats_backup = "innodb_index_stats_backup57"
 
const String_type dd::upgrade_57::table_stats = "innodb_table_stats"
 
const String_type dd::upgrade_57::table_stats_backup = "innodb_table_stats_backup57"