MySQL 5.5.19 GA 发布 修复多个Bug
MySQL 5.5 發布第 19 個更新版本 MySQL 5.5.19 GA
本文轉載自:http://www.mwinds.net/read.php?lmid=30&id=705
Bugs Fixed
InnoDB Storage Engine: An incorrect deadlock could occur on a server doing a substantial amount of change buffering for DML operations, particularly DELETE statements. (Bug #13340047)
Rounding DBL_MAX returned DBL_MAX, not 'inf'. (Bug #13261955)
mysql_upgrade did not upgrade the system tables or create the mysql_upgrade_info file when run with the --write-binlog or --skip-write-binlog option. (Bug #60223, Bug #11827359)
If a plugin was uninstalled, thread local variables for plugin variables of string type with wth PLUGIN_VAR_MEMALLOC flag were not freed. (Bug #56652, Bug #11763882)
Deadlock could occur when these four things happened at the same time: 1) An old dump thread was waiting for the binary log to grow. 2) The slave server that replicates from the old dump thread tried to reconnect. During reconnection, the new dump thread tried to kill the old dump thread. 3) A KILL statement tried to kill the old dump thread. 4) An INSERT statement caused a binary log rotation. (Bug #56299, Bug #11763573)
轉載于:https://www.cnblogs.com/mwinds/archive/2011/12/09/2281478.html
總結
以上是生活随笔為你收集整理的MySQL 5.5.19 GA 发布 修复多个Bug的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 递归求最值(分治递归)
- 下一篇: SAP屏幕设计器专题:树控件的使用(九)