热门标签 | HotTags
当前位置:  开发笔记 > 后端 > 正文

MySQL5.5.39发布

MySQL,MySQL5.5.39发布

程序员必上的开发者服务平台 —— DevStore

MySQL 5.5.39 发布,此版本是 MySQL 5.5 的最新版本,是个稳定版本。此版本现已提供下载:

http://downloads.skysql.com/archive/index/p/mysql/v/5.5.39

此版本跟上一版本一样,并没有太大改进,包括了 2 个功能改进和 24 个 bug 修复。

改进:

  • 支持 CMake 3

  • 弃用了 timed_mutexes 系统变量

bug 修复:

  • InnoDB: Opening a parent table that has thousands of child tables could result in a long semaphore wait condition.

  • Partitioning: Selecting from a table having multiple columns in its primary key and partitioned by LIST COLUMNS(R), where R was the last (rightmost) column listed in the primary key definition, returned an incorrect result. (Bug #71095)

  • Replication: When using row-based replication, updating or deleting a row on the master that did not exist on the slave led to failure of the slave when it tried to process the change. This problem occurred with InnoDB tables lacking a primary key. (Bug #72085)

  • Replication: A group of threads involved in acquiring locks could deadlock in a certain scenario. (Bug #69954)

  • ALTER TABLE on a partitioned table could result in the wrong storage engine being written into the table’s .frm file and displayed in SHOW CREATE TABLE.

  • MyISAM temporary files could be used to mount a code-execution attack.

  • An assertion could be raised when creating a index on a prefix of a TINYBLOB or GEOMETRY column in an InnoDB column.

  • Deadlock could occur if three threads simultaneously performed INSTALL PLUGIN, SHOW VARIABLES, and mysql_change_user(). (Bug #71236, Bug #72870)

  • MySQL did not compile with Bison 3. A workaround is to downgrade to Bison 2. (Bug #71250)

更多内容请看完整的发行说明:

http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-39.html



推荐阅读
author-avatar
丰日2012_102
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有