上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 1.找到mysqld的id [root@default-tpl ~]# ps aux|grep mysqldroot 5006 0.0 0.0 103252 796 pts/6 S+ 15:15 0:00 grep mysqldmysql 27888 0.0 4.0 817168 47068 ? S 阅读全文
posted @ 2016-02-01 15:23 taek 阅读(211) 评论(0) 推荐(0) 编辑
摘要: http://www.tamabc.com/article/85038.html 从MySQL Bug#67718浅谈B+树索引的分裂优化 原文链接:http://hedengcheng.com/?p=525 问题背景 今天,看到Twitter的DBA团队发布了其最新的MySQL分支:Changes 阅读全文
posted @ 2016-01-30 15:00 taek 阅读(2707) 评论(0) 推荐(1) 编辑
摘要: http://www.cnblogs.com/maybe2030/p/4715042.html 非递归快速排序 http://blog.jobbole.com/93806/ 归并排序 http://linusp.github.io/2014/01/11/merge-sort.html 6. 快速排序 阅读全文
posted @ 2016-01-16 16:12 taek 阅读(207) 评论(0) 推荐(0) 编辑
摘要: class JOIN :public Sql_alloc { JOIN(const JOIN &rhs); /** *fields; List group_fields, group_fields_cache; TABLE *tmp_table; /// used to store 2 possible tmp table ... 阅读全文
posted @ 2015-12-30 12:05 taek 阅读(214) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xpchild/p/3770823.html http://blog.sae.sina.com.cn/archives/3968 实例 http://blog.sae.sina.com.cn/archives/3968 http://www.cnblog 阅读全文
posted @ 2015-12-24 16:48 taek 阅读(420) 评论(0) 推荐(0) 编辑
摘要: http://mysql.taobao.org/monthly/2015/08/07/ 阅读全文
posted @ 2015-12-23 20:37 taek 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 参考 http://www.cnblogs.com/justfortaste/p/3198406.html http://m.blog.csdn.net/blog/IT_PCode/17007833 http://blog.chinaunix.net/uid-28364803-id-3419777. 阅读全文
posted @ 2015-12-20 18:02 taek 阅读(1361) 评论(0) 推荐(0) 编辑
摘要: /***********************************************************************//** Reads the next or previous row from a cursor, which must have previously been positioned using index_read. @return 0,... 阅读全文
posted @ 2015-12-16 23:19 taek 阅读(335) 评论(0) 推荐(0) 编辑
摘要: /*****************************************************************//** Reads the next row in a table scan (also used to read the FIRST row in a table scan). @return 0, HA_ERR_END_OF_FILE, or err... 阅读全文
posted @ 2015-12-12 00:02 taek 阅读(189) 评论(0) 推荐(0) 编辑
摘要: /** The class defining a handle to an Innodb table */ class ha_innobase: public handler { row_prebuilt_t* prebuilt; /*! *f_key_list); int get_parent_foreign_key_list(THD *thd, ... 阅读全文
posted @ 2015-12-11 23:04 taek 阅读(341) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页