内容简介:Percona Server for MySQL 5.7.20-18 已发布。 Percona Server for MySQL 5.7.20-18 基于 MySQL 5.7.20,包含其中所有的错误修复。Percona Server for MySQL 5.7.20-18 是 Percona Server for MySQL 5.7 系列中的...
Percona Server for MySQL 5.7.20-18 已发布。
Percona Server for MySQL 5.7.20-18 基于 MySQL 5.7.20,包含其中所有的错误修复。Percona Server for MySQL 5.7.20-18 是 Percona Server for MySQL 5.7 系列中的最新版本。更新如下:
新特性
Percona Server packages are now available for Ubuntu 17.10 (Artful).
As part of InnoDB Full-Text Search improvements, a new
innodb_ft_ignore_stopwordsvariable has been implemented which controls whether InnoDB Full-Text Search should ignore stopword list when building/updating an FTS index. This feature is also fixing bug #1679135 (upstream #84420).Percona Server has implemented InnoDB Page Fragmentation Counters.
Percona Server has implemented support for Multiple page asynchronous I/O requests. This feature was ported from a Facebook MySQL patch.
Percona Server has implemented TokuDB integration with
PERFORMANCE_SCHEMA.
Bug 修复
Percona Server 5.7 Docker images did not include TokuDB. Bugs fixed #1682419 and #1699241.
If an I/O syscall returned an error during the server shutdown with Thread Pool enabled, a mutex could be left locked. Bug fixed #1702330 (Daniel Black).
Dynamic row format feature to support
BLOB/VARCHARinMEMORYtables requires all the key columns to come before anyBLOBcolumns. This requirement, however, was not enforced, allowing creatingMEMORYtables in unsupported column configurations, which then crashed or lose data in usage. Bug fixed #1731483.After fixing bug #1668602, bug #1539504, and bug #1313901,
CREATE/DROP TEMPORARY TABLEstatements were forbidden incorrectly in transactional contexts, including function and trigger calls, even when they required no binary logging at all. Bug fixed #1711781.Running
ANALYZE TABLEwhile a long-running query is accessing the same table in parallel could lead to a situation where new queries on the same table are blocked in aWaiting for table flushstate. Fixed by stoppingANALYZE TABLEflushing affected InnoDB and TokuDB tables from the table definition cache. Bug fixed #1704195 (upstream #87065).CREATE TABLE ... LIKE ...did not use the sourcerow_formaton target TokuDB table. Bug fixed #76.TokuDB would encode already encoded database name for a directory name. Bug fixed #74.
其他 bug 修复:#1720810, #83, #80 和 #75
详情请查看发布说明和 GitHub 发布主页。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
多任务下的数据结构与算法
周伟明 / 华中科技 / 2006-4 / 58.00元
本书和传统同类书籍的区别是除了介绍基本的数据结构容器如栈、队列、链表、树、二叉树、红黑树、AVL树和图之外,引进了多任务;还介绍了将任意数据结构容器变成支持多任务的方法;另外,还增加了复合数据结构和动态数据结构等新内容的介绍。在复合数据结构中不仅介绍了哈希链表、哈希红黑树、哈希AVL树等容器,还介绍了复合数据结构的通用设计方法;在动态数据结构中主要介绍了动态环形队列、动态等尺寸内存管理算法。在内存......一起来看看 《多任务下的数据结构与算法》 这本书的介绍吧!