MySQL 8.4.0
Source Code Documentation
upgrade_space_t Struct Reference

Tablespace information required to create a dd::Tablespace object. More...

Public Attributes

space_id_t id
 InnoDB space id. More...
 
const char * name
 Tablespace name. More...
 
uint32_t flags
 Tablespace flags. More...
 
const char * path
 Path of the tablespace file. More...
 

Detailed Description

Tablespace information required to create a dd::Tablespace object.

Member Data Documentation

◆ flags

uint32_t upgrade_space_t::flags

Tablespace flags.

◆ id

space_id_t upgrade_space_t::id

InnoDB space id.

◆ name

const char* upgrade_space_t::name

Tablespace name.

◆ path

const char* upgrade_space_t::path

Path of the tablespace file.


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