上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
摘要: /** The handler class is the interface for dynamically loadable storage engines. Do not add ifdefs and take care when adding or changing virtual functions to avoid vtable confusion */ class ha... 阅读全文
posted @ 2015-12-11 23:03 taek 阅读(259) 评论(0) 推荐(0) 编辑
摘要: class Item_field :public Item_ident { protected: void set_field(Field *field); public: Field *field,*result_field; Item_equal *item_equal; bool no_const_subst; /* if any_privileges se... 阅读全文
posted @ 2015-12-09 23:24 taek 阅读(356) 评论(0) 推荐(0) 编辑
摘要: innodb分配内存有三种方法 1)使用OS的malloc 2)使用innodb自己实现的内存分配方法 3)使用goolge的Tmalloc innodb引擎分析之内存管理 在my.cn配置文件中可设置 #InnoDB是使用自带的内存分配程序, #还是使用当前部署的操作系统中现有的更高效的内存分配程 阅读全文
posted @ 2015-12-01 00:09 taek 阅读(272) 评论(0) 推荐(0) 编辑
摘要: buff_pool_t 结构体 详见 阅读全文
posted @ 2015-11-22 16:43 taek 阅读(520) 评论(0) 推荐(0) 编辑
摘要: /********************************************************************//** Creates the buffer pool. @return DB_SUCCESS if success, DB_ERROR if not enough memory or error */ UNIV_INTERN ulint buf_... 阅读全文
posted @ 2015-11-22 16:41 taek 阅读(469) 评论(0) 推荐(0) 编辑
摘要: gdb安装包 在CentOS6.4下使用gdb进行调试的时候, 使用bt(breaktrace)命令时,会弹出如下的提示: 头一天提示: Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.107.el6.i686 问题没 阅读全文
posted @ 2015-11-22 14:23 taek 阅读(1117) 评论(0) 推荐(0) 编辑
摘要: 一.修改php-fpm.conf文件 /usr/local/php/etc/php-fpm.conf pm.max_children = 1 #只产生一个进程,便于追踪 二.得到进行服务的进程号 [root@default-tpl etc]# ps aux|grep php-fpmroot 1521 阅读全文
posted @ 2015-11-21 18:07 taek 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 查看pid位置 cat /etc/php-fpm.confpid = /usr/local/php/var/run/php-fpm.pid #测试php-fpm配置/usr/local/php/sbin/php-fpm -t/usr/local/php/sbin/php-fpm -c /usr/lo 阅读全文
posted @ 2015-11-21 15:56 taek 阅读(182) 评论(0) 推荐(0) 编辑
摘要: http://jenkins.xiaojukeji.com 阅读全文
posted @ 2015-11-12 19:07 taek 阅读(284) 评论(0) 推荐(0) 编辑
摘要: /****************************************************************//** Searches the right position for a page cursor. */ UNIV_INTERN void page_cur_search_with_match( /*=======================*/ ... 阅读全文
posted @ 2015-11-10 17:03 taek 阅读(745) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页