MySQL 9.1.0
Source Code Documentation
|
InnoDB table schema used during table creation. More...
Public Attributes | |
mem_heap_t * | heap |
Heap used to build this and all its columns in the list. More... | |
const char * | name |
Table name. More... | |
ib_tbl_fmt_t | ib_tbl_fmt |
Row format. More... | |
ulint | page_size |
Page size. More... | |
ib_vector_t * | cols |
Vector of columns. More... | |
ib_vector_t * | indexes |
Vector of indexes. More... | |
dict_table_t * | table |
InnoDB table schema used during table creation.
ib_vector_t* ib_table_def_t::cols |
Vector of columns.
mem_heap_t* ib_table_def_t::heap |
Heap used to build this and all its columns in the list.
ib_tbl_fmt_t ib_table_def_t::ib_tbl_fmt |
Row format.
ib_vector_t* ib_table_def_t::indexes |
Vector of indexes.
const char* ib_table_def_t::name |
Table name.
ulint ib_table_def_t::page_size |
Page size.
dict_table_t* ib_table_def_t::table |