内容简介: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 分支版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python科学计算(第2版)
张若愚 / 清华大学出版社 / 2016-4-29 / 118
本书介绍如何用 Python 开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍了如何制作交互式二维、三维图像,如何设计精巧的程序界面,如何与 C 语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。本书采用 IPython notebook 编写,所有的程序均能在本书提供的运行环境中正常运行,书中所印刷的图表以及程序输出为均为自动运行的结果,保证了书中所有程序的正确性以及可读性。......一起来看看 《Python科学计算(第2版)》 这本书的介绍吧!