内容简介:MariaDB 10.4.1 已发布,更新内容如下:SyntaxVariables
MariaDB 10.4.1 已发布,更新内容如下:
Syntax
-
New FLUSH SSL command to reload SSL certificates without server restart ( MDEV-16266 )
-
New
CAST
target —CAST(x AS INTERVAL DAY_SECOND(N))
( MDEV-17776 )
Variables
-
New sql-mode setting,
TIME_ROUND_FRACTIONAL
( MDEV-16991 ) -
Two new values for the variable use_stat_tables :
COMPLEMENTARY_FOR_QUERIES
andPREFERABLY_FOR_QUERIES
( MDEV-17255 ) -
Engine Independent Table Statistics is now enabled by default; new default values are use_stat_tables=PREFERABLY_FOR_QUERIES and optimizer_use_condition_selectivity=4 ( MDEV-15253 )
-
New variable gtid_cleanup_batch_size for determining how many old rows must accumulate in the mysql.gtid_slave_pos table before a background job will be run to delete them.
Other Features
-
Support for window UDF functions via the new method x_remove ( MDEV-15073 )
-
Json service for plugins ( MDEV-5313 )
-
Much faster privilege checks for MariaDB setups with many user accounts or many database grants ( MDEV-15649 )
-
mysql.user table is retired. User accounts and global privileges are now stored in the mysql.global_priv table ( MDEV-17658 )
-
Change in behavior for FLUSH TABLES ( MDEV-5336 ).
Bug Fixes
Lots of miscellaneous fixes, including:
-
Bug fixes for MDEV-15562 instant DROP COLUMN
MariaDB 主要由开源社区在维护,采用 GPL 授权许可。MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。
下载地址:
以上所述就是小编给大家介绍的《MariaDB 10.4.1 发布,流行的 MySQL 分支版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- MariaDB 10.2.8 发布,MySQL 分支版本
- MariaDB 10.2.9 发布,MySQL 分支版本
- MariaDB 10.3.2 发布,MySQL 分支版本
- MariaDB 10.0.33 发布,MySQL 分支版本
- MariaDB 10.1.29 发布,MySQL 分支版本
- MariaDB 10.2.11 发布,MySQL 分支版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
计算机算法设计与分析
王晓东 / 电子工业出版社 / 2007-5 / 29.50元
《计算机算法设计与分析(第3版)》为普通高等教育“十一五”国家级规划教材,是计算机专业核心课程“算法设计与分析”教材。全书以算法设计策略为知识单元,系统介绍计算机算法的设计方法与分析技巧。主要内容包括:算法概述、递归与分治策略、动态规划、贪心算法、回溯法、分支限界法、随机化算法、线性规划与网络流、NP完全性理论与近似算法等。书中既涉及经典与实用算法及实例分析,又包括算法热点领域追踪。 为突出......一起来看看 《计算机算法设计与分析》 这本书的介绍吧!