MySQL 8.3.0
Source Code Documentation
dd_fil Namespace Reference

Used for collecting the data in boot_tablespaces() More...

Typedefs

using Moved = std::tuple< dd::Object_id, space_id_t, std::string, std::string, std::string >
 
using Tablespaces = std::vector< Moved >
 

Enumerations

enum  {
  OBJECT_ID , SPACE_ID , SPACE_NAME , OLD_PATH ,
  NEW_PATH
}
 

Detailed Description

Used for collecting the data in boot_tablespaces()

Typedef Documentation

◆ Moved

using dd_fil::Moved = typedef std::tuple<dd::Object_id, space_id_t, std::string, std::string, std::string>

◆ Tablespaces

using dd_fil::Tablespaces = typedef std::vector<Moved>

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OBJECT_ID 

DD Object ID.

SPACE_ID 

InnoDB tablspace ID.

SPACE_NAME 

DD/InnoDB tablespace name.

OLD_PATH 

Path in DD tablespace.

NEW_PATH 

Path where it was found during the scan.