/** Buffer pool chunk comprising buf_block_t */
typedef struct buf_chunk_struct        buf_chunk_t;

/** A chunk of buffers. The buffer pool is allocated in chunks. */
struct buf_chunk_struct{
    ulint        mem_size;    /*!< allocated size of the chunk */
    ulint        size;        /*!< size of frames[] and blocks[] */
    void*        mem;        /*!< pointer to the memory area which was allocated for the frames */
    buf_block_t*    blocks;        /*!< array of buffer control blocks */
};

最新文章

  1. C# 多線程&amp;BackgroundWorker概念入門教程
  2. 【转】用C写一个简单病毒
  3. Linux虚拟机安装(CentOS 6.5,图文详解,需要自查)
  4. 初识Memcached
  5. “SSLError: The read operation timed out” when using pip
  6. Pro ASP.NET MVC –第四章 语言特性精华
  7. 对&quot;构建之法“的理解和困惑
  8. 【Todo】【转载】ES6的学习记录
  9. Datatables中文API——回调函数
  10. CyclicBarrier 使用说明
  11. php内存申请和销毁
  12. stl的集合set——安迪的第一个字典(摘)
  13. python函数学习(一)
  14. [Codeforces 946D]Timetable
  15. word20170102日用家电 household appliances
  16. Jenkins之Job建立-运行本地脚本
  17. 15.service认证机制
  18. MyBatis基础:MyBatis动态SQL(3)
  19. Android跳转到应用商店的APP详情页面,以及 Google GMS 各个apk的包
  20. [20171107]dbms_shared_pool.pin补充.txt

热门文章

  1. php curl 伪造IP来源的代码分享
  2. VB 核心编程及通用模块开发 笔记1
  3. xshell连接linux服务器切换至oracle的sqlplus控制台时,无法使用回车键的解决方案!
  4. Python print语句
  5. 再次学习C++类之构造函数
  6. size()函数的使用
  7. opencv学习笔记(01)——操作图像的像素
  8. Android “NetworkOnMainThreadException”出错原因及解决办法
  9. 【cheerio】nodejs的抓取页面模块
  10. Insist