MySQL 9.2.0
Source Code Documentation
dd_fil::Moved Struct Reference

Public Attributes

dd::Object_id object_id
 DD Object ID. More...
 
space_id_t space_id
 InnoDB tablspace ID. More...
 
std::string space_name
 DD/InnoDB tablespace name. More...
 
std::string old_path
 Path in DD tablespace. More...
 
std::string new_path
 Path where it was found during the scan. More...
 
bool dd_flag_missing
 This tablespace has moved out of data directory but is missing the DD_TABLE_DATA_DIRECTORY flag. More...
 

Member Data Documentation

◆ dd_flag_missing

bool dd_fil::Moved::dd_flag_missing

This tablespace has moved out of data directory but is missing the DD_TABLE_DATA_DIRECTORY flag.

This can happen before versions 8.0.38/8.4.1/9.0.0

◆ new_path

std::string dd_fil::Moved::new_path

Path where it was found during the scan.

◆ object_id

dd::Object_id dd_fil::Moved::object_id

DD Object ID.

◆ old_path

std::string dd_fil::Moved::old_path

Path in DD tablespace.

◆ space_id

space_id_t dd_fil::Moved::space_id

InnoDB tablspace ID.

◆ space_name

std::string dd_fil::Moved::space_name

DD/InnoDB tablespace name.


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