MySQL 9.1.0
Source Code Documentation
|
Data structure for a stored column in a table. More...
#include <dict0mem.h>
Public Attributes | |
dict_col_t * | m_col |
Stored column ptr. More... | |
dict_col_t ** | base_col |
array of base col ptr More... | |
ulint | num_base |
number of base columns More... | |
ulint | s_pos |
column pos in table More... | |
Data structure for a stored column in a table.
dict_col_t** dict_s_col_t::base_col |
array of base col ptr
dict_col_t* dict_s_col_t::m_col |
Stored column ptr.
ulint dict_s_col_t::num_base |
number of base columns
ulint dict_s_col_t::s_pos |
column pos in table