⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 buf0types.h

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 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 + -