📄 buf0types.h
字号:
/******************************************************The database buffer pool global types for the directory(c) 1995 Innobase OyCreated 11/17/1995 Heikki Tuuri*******************************************************/#ifndef buf0types_h#define buf0types_htypedef struct buf_block_struct buf_block_t;typedef struct buf_pool_struct buf_pool_t;/* The 'type' used of a buffer frame */typedef byte buf_frame_t;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -