📄 dict0types.h
字号:
/******************************************************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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -