[聚合文章] Percona Server for MySQL 5.7.20-18 发布

MySQL 2017-12-15 15 阅读

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 系列中的最新版本。更新如下:

新特性

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/VARCHAR in  MEMORY tables requires all the key columns to come before any  BLOB columns. This requirement, however, was not enforced, allowing creating  MEMORY tables in unsupported column configurations, which then crashed or lose data in usage. Bug fixed  #1731483 .

  • After fixing bug #1668602 , bug  #1539504 , and bug  #1313901CREATE/DROP TEMPORARY TABLE statements 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 TABLE while 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 a  Waiting for table flush state. Fixed by stopping  ANALYZE TABLE flushing affected  InnoDB and  TokuDB tables from the table definition cache. Bug fixed  #1704195 (upstream  #87065 ).

  • CREATE TABLE ... LIKE ... did not use the source  row_format on 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 发布主页

注:本文内容来自互联网,旨在为开发者提供分享、交流的平台。如有涉及文章版权等事宜,请你联系站长进行处理。