MySQL 9.0.0
Source Code Documentation
dict_s_col_t Struct Reference

Data structure for a stored column in a table. More...

#include <dict0mem.h>

Public Attributes

dict_col_tm_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...
 

Detailed Description

Data structure for a stored column in a table.

Member Data Documentation

◆ base_col

dict_col_t** dict_s_col_t::base_col

array of base col ptr

◆ m_col

dict_col_t* dict_s_col_t::m_col

Stored column ptr.

◆ num_base

ulint dict_s_col_t::num_base

number of base columns

◆ s_pos

ulint dict_s_col_t::s_pos

column pos in table


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