上一页 1 2 3 4 5 6 7 ··· 28 下一页
摘要: 独自完成所有任务的调度 阅读全文
posted @ 2019-05-24 15:21 友哥 阅读(146) 评论(0) 推荐(0)
摘要: https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html 阅读全文
posted @ 2019-05-24 11:18 友哥 阅读(112) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-21 17:23 友哥 阅读(327) 评论(0) 推荐(0)
摘要: http://mysql.taobao.org/monthly/2015/07/01/ 阅读全文
posted @ 2019-05-11 17:17 友哥 阅读(159) 评论(0) 推荐(0)
摘要: 实践证明,设计一个语言,还不是简单的解释没一行哦 阅读全文
posted @ 2019-03-26 15:55 友哥 阅读(134) 评论(0) 推荐(0)
摘要: ################################################################################ # This test verifies whether the group_replication works fine when the server # in a group goes down while there are d... 阅读全文
posted @ 2019-03-20 19:50 友哥 阅读(362) 评论(0) 推荐(0)
摘要: BEGIN; --disable_query_log --let $rows= 100 WHILE($rows) { --eval INSERT INTO t1 (a) VALUES ( $rows ) --dec $rows } --enable_query_log --error ER_RUN_HOOK_ERROR COMMIT; 阅读全文
posted @ 2019-03-14 16:15 友哥 阅读(295) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/android_huber/article/details/7371941 这种规则也太垃圾了吧 阅读全文
posted @ 2019-03-12 15:04 友哥 阅读(117) 评论(0) 推荐(0)
摘要: release版本与debug版本混用,可能会导致程序莫名其妙的错误。 在测试中MGR的plugin使用debug版本,其他部分是release编译,这样无法启动MGR,并导致系统crash 阅读全文
posted @ 2019-02-26 15:36 友哥 阅读(165) 评论(0) 推荐(0)
摘要: 1、背景 MGR是个好东西,因为他从本质上解决了数据不一致的问题。不光是解决了问题,而且出自名门正派(Oracle的MySQL团队),对品质和后续的维护,我们是可以期待的。 但是在调研的过程中,发现有个严重的bug(https://bugs.mysql.com/bug.php?id=92690),在 阅读全文
posted @ 2019-02-16 17:43 友哥 阅读(1657) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 28 下一页