内容简介:MariaDB 是一个 MySQL 的替代数据库。MariaDB 努力成为数据库专业人士寻找一个强大的,可扩展的,可靠的 SQL 服务器的合乎逻辑的选择。要做到这一点,MariaDB 基金会紧密合作开展工作,在自由和开放源码软件的真正...
MariaDB 是一个 MySQL 的替代数据库。MariaDB 努力成为数据库专业人士寻找一个强大的,可扩展的,可靠的 SQL 服务器的合乎逻辑的选择。要做到这一点,MariaDB 基金会紧密合作开展工作,在自由和开放源码软件的真正精神的用户和开发者的较大的社区,并且在平衡预测与可靠性的方式发布软件。
现在 MariaDB 10.3.1 Alpha 发布了,需要的朋友可以下载试试!
Notable Changes
This will be the second alpha release in the MariaDB 10.3 series.
Notable changes of this release include:
Syntax / general features
Update InnoDB to 5.7.19
CHR() function (MDEV-12685)
The DELETE statement can now delete from the table that is used in a subquery in theWHEREclause (MDEV-12137)
Stored routine parameters can now useROW TYPE OF(MDEV-13581)
The server now supports the PROXY protocol (MDEV-11159)
Reset old history of records and redo log format changes (MDEV-12288, MDEV-13536, Revision #bae0844f657)
Variables/GTID
New system variable gtid_pos_auto_engines for improving performance if a server is using multiple different storage engines in different transactions (MDEV-12179)
Disable logging of certain statements to the general log with the log_disabled_statements system variable.
New status variables Rpl_transactions_multi_engine, Transactions_gtid_foreign_engine and Transactions_multi_engine.
session variables tracking is enabled by default (MDEV-11825)
Remove deprecated variables innodb_file_format, innodb_file_format_check, innodb_file_format_max and innodb_large_prefix.
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 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 分支版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Imperfect C++中文版
威尔逊 / 荣耀、刘未鹏 / 人民邮电出版社 / 2006-1 / 75.0
汇集实用的C++编程解决方案,C++虽然是一门非凡的语言,但并不完美。Matthew Wilson使用C++十年有余,其间发现C++存在一些固有的限制,需要一些颇具技术性的工作进行弥补。本书不仅指出了C++的缺失,更为你编写健壮、灵活、高效、可维护的代码提供了实用的技术和工具。Wilson向你展示了如何克服C++的复杂性,穿越C++庞大的范式阵列。夺回对代码的控制权,从而获得更理想的结果。一起来看看 《Imperfect C++中文版》 这本书的介绍吧!