MySQL 9.0.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 before_90000
 Move occurred before 9.0.0 and missed to update dir flag. More...
 

Member Data Documentation

◆ before_90000

bool dd_fil::Moved::before_90000

Move occurred before 9.0.0 and missed to update dir flag.

◆ 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: