内容简介:MariaDB 10.3.6 发布了。MariaDB主要由开源社区在维护,采用 GPL 授权许可。 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。 更新内容: Added the DISKS plugin, for monitoring the disk space situati...
MariaDB 10.3.6 发布了。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-15832The 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
完整内容请查看发布主页。
下载地址:https://mariadb.com/downloads
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《MariaDB 10.3.6 发布,带来多项更新》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- TinySelect 0.4.2 发布,带来大量更新
- ColorWanted 4.1.0 发布,带来大量更新
- VS Code 1.23.0 发布,带来众多更新
- 记一次 Chrome 更新带来的登录 Cookie 问题
- Node.js v8.0.0 正式发布,带来大量更新
- Node.js v8.0.0 正式发布,带来大量更新
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法技术手册
[美]海涅曼 (Heineman.G.T.)、[美]波利切 (Pollice.G.)、[美]塞克欧 (Selkow.S.) / 东南大学出版社 / 2009-4 / 58.00元
创造稳定的软件需要有效的算法,但是程序设计者们很少能在问题出现之前就想到。《算法技术手册(影印版)》描述了现有的可以解决多种问题的算法,并且能够帮助你根据需求选择并实现正确的算法——只需要一定的数学知识即可理解并分析算法执行。相对于理论来说,本书更注重实际运用,书中提供了多种程序语言中可用的有效代码解决方案,可轻而易举地适合一个特定的项目。有了这本书,你可以: 解决特定编码问题或改进现有解决......一起来看看 《算法技术手册》 这本书的介绍吧!