MySQL 源码解读 -- 基础结构之Table Posted on 2019-06-17 In Database , MySQL , MySQL 源码解读 Views: Word count in article: 20 Reading time ≈ 1 mins. MySQL 源码 Raw_table 结构笔记:封装 TABLE_LIST,提供对表对象的底层接口操作说明,更多细节与示例见正文。 Raw_tableRaw_table 就只是存储 TABLE_LIST, 提供接口操作table, recorded 123class Raw_table {. TABLE_LIST m_table_list;}