MySQL 9.0.0
Source Code Documentation
innodb_dd_table_t Struct Reference

Hard-coded data dictionary information. More...

#include <dict0dd.h>

Public Attributes

const char * name
 Data dictionary table name. More...
 
const uint n_indexes
 Number of indexes. More...
 

Detailed Description

Hard-coded data dictionary information.

Member Data Documentation

◆ n_indexes

const uint innodb_dd_table_t::n_indexes

Number of indexes.

◆ name

const char* innodb_dd_table_t::name

Data dictionary table name.


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