内容简介: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 variabl...
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_filesvariable is deprecated, and thebinlog_space_limitvariable should be used instead of it. The behavior ofbinlog_space_limitis consistent with the variablerelay-log-space-limitused 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_encryptis 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 areOFFby default. For more information, see #3822.Changing
rocksdb_update_cf_optionsreturns any warnings and errors to the client instead of printing them to the server error log. For more information, see #4258.rocksdb_number_stat_computersandrocksdb_rate_limit_delay_millisvariables have been removed. For more information, see #4780.A number of new variables were introduced for MyRocks:
rocksdb_rows_filteredto show the number of rows filtered out for TTL in MyRocks tables,rocksdb_bulk_load_allow_skto allow adding secondary keys using the bulk loading feature,rocksdb_error_on_suboptimal_collationtoggling warning or error in case of an index creation on a char field where the table has a sub-optimal collation,rocksdb_stats_recalc_ratespecifying the number of indexes to recalculate per second,rocksdb_commit_time_batch_for_recoverytoggler of writing the commit time write batch into the database, androcksdb_write_policyspecifying when two-phase commit data are actually written into the database.
Bug 修复
The statement
SELECT...ORDER BYproduced inconsistent results with theeuckrcharset oreuckr_bincollation. 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 VIEWcommand. 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-keyscould 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_encryptwas set toONtheCREATE TABLEcommand could ignore the value of theENCRYPTIONoption. Bug fixed #4565.If
FLUSH STATUSwas 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_cachesvariable 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.
mysqldcould 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_suffixto NULL could lead to a server crash. Bug fixed #4785.
下载地址
https://github.com/percona/percona-server/releases/tag/Percona-Server-5.7.23-23
https://www.percona.com/doc/percona-server/5.7/installation.html#installing-from-binaries
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Percona Server for MySQL 5.7.23-23 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JAVA 2核心技术 卷Ⅰ
[美] 霍斯特曼、[美] 科奈尔 / 叶乃文、邝劲筠 等 / 机械工业出版社 / 2006-5 / 88.00元
本书是Java技术经典参考书,多年畅销不衰,第7版在保留以前版本风格的基础上,涵盖Java2开发平台标准版J2SE5.0的基础知识,主要内容包括面各对象程序设计、反射与代理、接口与内部类、事件监听器模型、使用Swing UI工具箱进行图形用户界面设计,异常处理、流输入/输出和对象序列化、泛型程序设计等。 本书内容翔实、深入浅出,附有大量程序实例,极具实用价值,是Java初学者和Java程序员......一起来看看 《JAVA 2核心技术 卷Ⅰ》 这本书的介绍吧!