Percona Server 5.6.13-61.0 首个 GA 版本发布
Percona Server 5.6 的首个 GA 版本发布了,版本号是 5.6.13-61.0 ,该版本基于 MySQL 5.6.13
改进内容包括:
New Features:
- Percona Server has implemented a number of XtraDB Performance Improvements for high-concurrency scenarios.
- Percona Server has implemented a number of performance improvements for Page cleaner thread tuning. This feature fixes the upstream bugs: #69170 (#1231918), #70453 (#1232101) and #68481 (#1232406).
ALL_O_DIRECTmethod for innodb_flush_method has been ported from Percona Server 5.5.- Statement Timeout feature has been ported from the Twitter branch.
- Percona Server has extended the
SELECT INTO ... OUTFILEandSELECT INTO DUMPFILEto add the support for UNIX sockets and named pipes.
Bugs Fixed:
- Due to an incompatible upstream change that went unnoticed, the page cleaner thread would attempt to replay any file operations it encountered. In most cases this were a no-op, but there were race conditions for certain
DDLoperations that would have resulted in server crash. Bug fixed #1217002. apt-get upgradeof Percona Server would fail in post-installation step if server failed to start. Bug fixed #1002500.- Percona Server 5.6 now ships with memcached plugins. Bug fixed #1159621.
- Fixed the
libssl.so.6dependency issues in binary tarballs releases. Bug fixed #1172916. - Error in
install_layout.cmakecould cause that some library files, during the build, end up in different directories onx86_64environment. Bug fixed #1174300. - Server would crash if empty string was passed to
AES_ENCRYPTwhen older OpenSSL version was used. Upstream bug fixed #70489, bug fixed #1201033. - Kill Idle Transactions feature didn’t work correctly if Thread Pool was enabled. Bug fixed #1201440.
- Percona Server 5.6.12-60.4 would crash if server was started with Thread Pool feature enabled. Bugs fixed #1201681, #1194097 and #1201442.
- Memory leak was introduced by the fix for bug #1132194. Bug fixed #1204873.
- A server could have crashed under a heavy I/O-bound workload involving compressed InnoDB tables. Bug fixed #1224432.
- A potential deadlock, involving
DDL,SELECT,SHOW ENGINE INNODB STATUS, andKILL, has been fixed. Fixed the upstream bug #60682, bug fixed #1115048. - A memory leak in Utility user feature has been fixed. Bug fixed #1166638.
- A server could crash due to a race condition between a INNODB_CHANGED_PAGES query and bitmap file delete by
PURGE CHANGED_PAGE_BITMAPor directly on the file system. Bug fixed #1191580. - Percona Server could not be built with Thread Pool feature and
-DWITH_PERFSCHEMA_ENGINE=OFFoption. Bug fixed #1196383. - Page cleaner should perform LRU flushing regardless of server activity. Fixed the upstream bug #70500, bug fixed #1234562.
- Fixed the upstream bug #64556 which could cause an unrelated warning to be raised if a query inside InnoDB was interrupted. Bug fixed #1115158.
Other bugs fixed: bug fixed #1131949, bug fixed #1191589, bug fixed #1229583, upstream bug fixed #70490 bug fixed #1205196,upstream bug fixed #70417 bug fixed #1230220.
Percona Server 5.6.13-61.0 首个 GA 版本发布的更多相关文章
- Python 3.9.0 首个迭代版本发布了
Python 3.9.0 alpha 1 发布了,这是 3.8 之后的首个 3.9 系列版本. ! 官方没有介绍新特性,也没有添加新模块,但是以下模块有所改进: ast asyncio curses ...
- PostgreSQL 10首个测试版本发布
mysql 从5.7到8.0,pg从9.6到10,干起来了.. PostgreSQL 10 的首个测试版发布了,此版本包含 PostgreSQL 10 最终将提供的所有功能的预览.当然,有些细节将在最 ...
- percona server 5.7.16正式发布
继2016年10月12日mysql 5.7.16发布后,percona server 5.7.16终于于11月29日发布了,这是最新版本的5.7系列,可从https://www.percona.com ...
- Nacos 发布 1.0.0 GA 版本,可大规模投入到生产环境
经过 3 个 RC 版本的社区体验之后,Nacos 正式发布 1.0.0 GA 版本,在架构.功能和 API 设计上进行了全方位的重构和升级. 1.0.0 版本的发布标志着 Nacos 已经可以大规模 ...
- Percona Server 5.6.33-79.0 发布
Percona Server 5.6.33-79.0 发布了,该版本基于 MySQL 5.6.33,包含了所有的 bug 修复,是Percona Server 5.6 系列中的正式版本.该版本主要是修 ...
- Percona Server 升级 5.7 到 8.0 版本
今天发现 Percona Server 已经发布了 8.0 的版本,于是把服务端的 MYSQL 的版本升级了下:备份好数据,升级按照官方的文档来 $ percona-release enable re ...
- CentOS 7.2 安装配置 Percona Server
个人比较喜欢 MYSQL 的轻量,今天花了一点时间把阿里云上的 MYSQL5.7 换成了 Percona-Server ,Percona 是一个开源的 MySQL 衍生版.InnoDB的数据库引擎使得 ...
- MySQL社区版升级到Percona Server
出于磁盘空间的考虑,在调研以后把磁盘空间紧张的库的引擎改为tokudb,(在改为tokudb引擎之前是innodb引擎,已经压缩过,但空间还是紧张)关于tokudb的优势各位自行查阅相关资料.要启用t ...
- 如何在 CentOS 7 上安装 Percona Server
在这篇文章中我们将了解关于 Percona 服务器,一个开源的MySQL,MariaDB的替代品.InnoDB的数据库引擎使得Percona 服务器非常有吸引力,如果你需要的高性能,高可靠性和高性价比 ...
随机推荐
- cmd运行的程序的工作目录
如图所示,cmd通过输入自己编写的程序的实际路径,或者将程序放在环境变量中然后在cmd中执行,用start执行,该程序运行时的工作目录都是cmd当前所在目录:在cmd中输入该程序的快捷方式执行该程序, ...
- C#类和接口、虚方法和抽象方法及值类型和引用类型的区别
1.C#类和接口的区别接口是负责功能的定义,项目中通过接口来规范类,操作类以及抽象类的概念!而类是负责功能的具体实现!在类中也有抽象类的定义,抽象类与接口的区别在于:抽象类是一个不完全的类,类里面有抽 ...
- 第四章 使用Docker镜像和仓库(二)
第四章 使用Docker镜像和仓库(二) 回顾: 开始学习之前,我先pull下来ubuntu和fedora镜像 [#9#cloudsoar@cloudsoar-virtual-machine ~]$s ...
- Python赋值语句与深拷贝、浅拷贝的区别
参考:http://stackoverflow.com/questions/17246693/what-exactly-is-the-difference-between-shallow-copy-d ...
- SVN系统的几个术语
SVN系统的几个术语 User:用户,可以远程连接到SVN服务器的权限实体. User Group:用户组,用于管理一组权限相同的用户. Repository:版本库,在服务器端保存着的项目中所有的文 ...
- Ubuntu16.04下部署golang开发环境
一.需要文件 golang http://www.golangtc.com/download liteide http://www.golangtc.com/download/liteide 二.安装 ...
- RSpec shared examples with template methods
It’s pretty common to have multiple tests that are nearly the same. In one app, we support bidding o ...
- C语言小练习一
题目要求:国王将金币作为工资,发放给忠诚的骑士.第1天,骑士收到一枚金币:之后两天(第2天和第3天)里,每天收到两枚金币:之后三天(第4.5.6天)里,每天收到三枚金币:之后四天(第7.8.9.10天 ...
- (转)LAMPer技能树
- hadoop多次搭建后,完整总结(累死宝宝了,搭建了十多遍了)
1.安装JDK1.1上传运用软件FileZilla,将windows上的jdk压缩包放到linux的root目录下 1.2解压jdk #创建文件夹 mkdir /usr/java(不要挂在在" ...