MySQL 源码解读 -- 基础结构之Table

Raw_table

Raw_table 就只是存储 TABLE_LIST, 提供接口操作table, recorded

1
2
3
class Raw_table {.
TABLE_LIST m_table_list;
}