Home > Database > Mysql Tutorial > MySQL 5.5.5 M3 发布-下载_MySQL

MySQL 5.5.5 M3 发布-下载_MySQL

WBOY
Release: 2016-06-01 14:01:34
Original
946 people have browsed it

该版本继续对 InnoDB 存储引擎进行改进,主要有:

  InnoDB 存储引擎升级到 1.1.1 版本,该版本也是最新开发版

  InnoDB 在恢复时使用哈希表存储 redo 日志,在64位系统中,哈希表的大小为 buffer pool 大小的 1/8,为了降低内存的使用,哈希表调整为 1/64 的缓冲池大小,如果是32位系统则为 1/128

  在慢查询日志中,UPDATE 和 DELETE 语句的 Rows_examined 值不再显示为0

  移除 mysql_fix_privilege_tables 脚本

  增加新变量:skip_name_resolve,用于禁用对客户端连接进行机器名解析

  新增 SHA2() 函数

  所有基于数值运算的函数现在都会抛出数值越界的错误

  其他还包括修复了不少的bug

详情请看 Change History。

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

下载 MySQL 5.5.5 M3 开发版

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template