08 2015 档案
摘要:rlist.h代码#ifndef __LIST_H#define __LIST_H#include #include #define UT_BASE(TYPE) \ struct { \ TYPE *prev; ...
阅读全文
摘要:innodb中master线程的调度的算法改进(mysql 5.6.26) 作者:周琳 QQ:715169549 源码交流群:196380905 1.master线程的调...
阅读全文
摘要:InnoDB Redo的结构漫谈(1) 作者:@明天会更好(群号:196380905) ...
阅读全文
摘要:kv.h代码如下:#define UT_BASE_NODE_T(TYPE) \ struct { \ TYPE *start; \ TYPE *end; \ }typedef struct _kv{ char *k; ch...
阅读全文
摘要:#include #include #include typedef struct _dys{ unsigned int len; unsigned int free; char buf[];}dys;char *dynewlen(const void *prt,size_t in...
阅读全文

浙公网安备 33010602011771号