dict0types.h
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· C头文件 代码 · 共 29 行
H
29 行
/******************************************************Data dictionary global types(c) 1996 Innobase OyCreated 1/8/1996 Heikki Tuuri*******************************************************/#ifndef dict0types_h#define dict0types_htypedef struct dict_sys_struct dict_sys_t;typedef struct dict_col_struct dict_col_t;typedef struct dict_field_struct dict_field_t;typedef struct dict_index_struct dict_index_t;typedef struct dict_tree_struct dict_tree_t;typedef struct dict_table_struct dict_table_t;typedef struct dict_foreign_struct dict_foreign_t;/* A cluster object is a table object with the type field set toDICT_CLUSTERED */typedef dict_table_t dict_cluster_t;typedef struct ind_node_struct ind_node_t;typedef struct tab_node_struct tab_node_t;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?