内容简介:MariaDB 10.3.6 RC 发布了。MariaDB主要由开源社区在维护,采用 GPL 授权许可。 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。 更新内容: Added the DISKS plugin, for monitoring the disk space sit...
MariaDB 10.3.6 RC 发布了。MariaDB主要由开源社区在维护,采用 GPL 授权许可。 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。
更新内容:
Added the DISKS plugin, for monitoring the disk space situation.
TRIM, LTRIM, RTRIM, LPAD and RPAD now return NULL if returning an empty result when SQL_MODE=Oracle - MDEV-15739, MDEV-15664.
innodb_fast_shutdown now has a new mode,3, which skips the rollback of connected transactions - MDEV-15832
The max value of the max_prepared_stmt_count system variable has been increased from 1048576 to 4294967295
The proxy_protocol_networks variable can now be modified without restarting the server - MDEV-15501
The Information Schema is optimized to use much less memory when selecting from INFORMATION_SCHEMA.TABLES or any other table with many VARCHAR or TEXT columns - MDEV-14275
Added new status variables to count the usage of user defined aggregate functions: Feature_custom_aggregate_functions - MDEV-14592
Windows binaries now use high-precision timer when available - MDEV-15694. This makes much less probable for two queries to have the sameCURRENT_TIMESTAMP(6)value, for example.
System versioning is not allowed for tables in the mysql database - MDEV-14790
The Information Schema Columns table now displays system versioning info in the EXTRA column - MDEV-15062
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python编程初学者指南
[美]Michael Dawson / 王金兰 / 人民邮电出版社 / 2014-10-1
Python是一种解释型、面向对象、动态数据类型的高级程序设计语言。Python可以用于很多的领域,从科学计算到游戏开发。 《Python编程初学者指南》尝试以轻松有趣的方式来帮助初学者掌握Python语言和编程技能。《Python编程初学者指南》共12章,每一章都会用一个完整的游戏来演示其中的关键知识点,并通过编写好玩的小软件这种方式来学习编程,引发读者的兴趣,降低学习的难度。每章最后都会......一起来看看 《Python编程初学者指南》 这本书的介绍吧!