内容简介:Percona Server for MySQL 5.5.60-38.12 已于 5 月 18 日发布,基于 MySQL 5.5.60,包含其中所有的 bug 修复,Percona Server for MySQL 5.5.60-38.12 是目前 5.5 系列的最新稳定版本。更新如下: Bugs 修复 ...
Percona Server for MySQL 5.5.60-38.12 已于 5 月 18 日发布,基于 MySQL 5.5.60,包含其中所有的 bug 修复,Percona Server for MySQL 5.5.60-38.12 是目前 5.5 系列的最新稳定版本。更新如下:
Bugs 修复
mysqldump
utility with--innodb-optimize-keys
option was incorrectly working with foreign keys pointing to the same table, producing invalid SQL statements. Bugs fixed #1125and #3863.A typo in
plugin.cmake
file prevented to compile plugins statically into the server. Bug fixed #3871(upstream #89766).Using
-DWITHOUT_<PLUGIN>=ON
CMake variable to exclude a plugin from the build didn’t work for some plugins, including a number of storage engines. Bug fixed #3901.A fix was introduced to remove GCC 8 compilation warnings for the Percona Server build. Bug fixed #3950.
A code clean-up was done to fix compilation warnings and errors specific for clang 6. Bug fixed #3893(upstream #90111).
Percona Server Debian packages description included reference to
/etc/mysql/my.cnf
file, which is not actually present in these packages. Bug fixed #2046.A clean-up in Percona Server binlog-related code was made to avoid uninitialized memory comparison. Bug fixed #3925 (upstream #90238).
The temporary file I/O was not instrumented for Performance Schema. Bug fixed #3937 (upstream #90264).A
key_block_size
value was set automatically by the Improved MEMORY Storage Engine, which resulted in warnings when changing the engine type to InnoDB, and constantly growingkey_block_size
during alter operations. Bugs fixed #3936, #3940, and #3943.
下载地址:
http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.60-38.12/
https://github.com/percona/percona-server/releases/tag/Percona-Server-5.5.60-38.12
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Percona Server for MySQL 5.5.60-38.12 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++数据结构与算法
[美]乔兹德克(Adam Drozdek) / 徐丹、吴伟敏 / 清华大学出版社 / 2014-10-1 / 63.00元
本书全面系统地介绍了数据结构,并以C++语言实现相关的算法。书中主要强调了数据结构和算法之间的联系,使用面向对象的方法介绍数据结构,其内容包括算法的复杂度分析、链表、栈、队列、递归、二叉树、图、排序和散列。书中还清晰地阐述了同类教材中较少提到的内存管理、数据压缩和字符串匹配等主题。书中包含大量的示例分析和图形,便于读者进一步理解和巩固所学的知识。一起来看看 《C++数据结构与算法》 这本书的介绍吧!