内容简介:Percona Server for MySQL 5.7.23-23 已发布,基于新特性Bug 修复
Percona Server for MySQL 5.7.23-23 已发布,基于 MySQL 5.7.23 ,包含其中所的 bug 修复,Percona Server for MySQL 5.7.23-2 是目前 5.7 系列的最新稳定版本。更新如下:
新特性
-
The
max_binlog_files
variable is deprecated, and thebinlog_space_limit
variable should be used instead of it. The behavior ofbinlog_space_limit
is consistent with the variablerelay-log-space-limit
used for relay logs; both variables have the same semantics. For more information, see #275 . -
Starting with 5.7.23-23, it is possible to encrypt all data in the InnoDB system tablespace and in the parallel double write buffer. This feature is considered ALPHA quality. A new variable
innodb_sys_tablespace_encrypt
is introduced to encrypt the system tablespace. The encryption of the parallel double write buffer file is controlled by the variableinnodb_parallel_dblwr_encrypt
. Both variables areOFF
by default. For more information, see #3822 . -
Changing
rocksdb_update_cf_options
returns any warnings and errors to the client instead of printing them to the server error log. For more information, see #4258 . -
rocksdb_number_stat_computers
androcksdb_rate_limit_delay_millis
variables have been removed. For more information, see #4780 . -
A number of new variables were introduced for MyRocks :
rocksdb_rows_filtered
to show the number of rows filtered out for TTL in MyRocks tables,rocksdb_bulk_load_allow_sk
to allow adding secondary keys using the bulk loading feature,rocksdb_error_on_suboptimal_collation
toggling warning or error in case of an index creation on a char field where the table has a sub-optimal collation,rocksdb_stats_recalc_rate
specifying the number of indexes to recalculate per second,rocksdb_commit_time_batch_for_recovery
toggler of writing the commit time write batch into the database, androcksdb_write_policy
specifying when two-phase commit data are actually written into the database.
Bug 修复
-
The statement
SELECT...ORDER BY
produced inconsistent results with theeuckr
charset oreuckr_bin
collation. Bug fixed #4513 (upstream #91091 ). -
InnoDB statistics could incorrectly report zeros in the slow query log. Bug fixed #3828 .
-
With the FIPS mode enabled and performance_schema=off, the instance crashed when running the
CREATE VIEW
command. Bug fixed #3840 . -
The soft limit of the core file size was set incorrectly starting with PS 5.7.21-20. Bug fixed #4479 .
-
The option
innodb-optimize-keys
could fail when a dumped table has two columns such that the name of one of them contains the other as as a prefix and is defined with the AUTO_INCREMENT attribute. Bug fixed #4524 . -
When
innodb_temp_tablespace_encrypt
was set toON
theCREATE TABLE
command could ignore the value of theENCRYPTION
option. Bug fixed #4565 . -
If
FLUSH STATUS
was run from a different session, a statement could be counted twice inGLOBAL STATUS
. Bug fixed #4570 (upstream #91541 ). -
In some cases, it was not possible to set the
flush_caches
variable on systems that use systemd. Bug fixed #3796 . -
A message in the MyRocks log file did not clearly inform whether fast CRC32 was supported. Bug fixed #3988 .
-
mysqld
could not be started on Ubuntu if the database recovery had taken longer than ten minutes. Bug fixed #4546 (upstream #91423 ). -
The ALTER TABLE command was slow when the number of dirty pages was high. Bug fixed #3702 .
-
Setting the global variable
version_suffix
to NULL could lead to a server crash. Bug fixed #4785 .
下载地址
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法分析-有效的学习方法(影印版)
Jeffrey J.McConnell / 高等教育出版社 / 2003-03-01 / 28.0
本书主要目标是提高读者关于算法对程序效率的影响等问题的认知水平,并培养读者分析程序中的算法所必需的技巧。各章材料以激发读者有效的、协同的学习方法的形式讲述。通过全面的论述和完整的数学推导,本书帮助读者最大限度地理解基本概念。 本书内容包括促使学生参与其中的大量程序设计课题。书中所有算法以伪码形式给出,使得具备条件表达式、循环与递归方面知识的读者均易于理解。本书以简洁的写作风格向读者介绍了兼具......一起来看看 《算法分析-有效的学习方法(影印版)》 这本书的介绍吧!