内容简介:MariaDB 10.3.2 已发布,这是 10.3 系列的第二个 Alpha 版本,不建议用于生产。 MariaDB 数据库管理系统是 MySQL 的一个分支,主要由开源社区在维护,采用 GPL 授权许可 MariaDB 的目的是完全兼容 MySQL,包括 ...
MariaDB 10.3.2 已发布,这是 10.3 系列的第二个 Alpha 版本,不建议用于生产。
MariaDB 数据库管理系统是 MySQL 的一个分支,主要由开源社区在维护,采用 GPL 授权许可 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。
更新内容:
Notable Changes
Instant ADD COLUMN (MDEV-11369) - thanks to TenCent for the inspiration
UPDATE statements with the same source and target (MDEV-12874) - from Jerome Brauge
ORDER BY and LIMIT in multi-table update (MDEV-13911)
DATE_FORMAT(date, format, locale) - 3 argument form of DATE_FORMAT (MDEV-11553)
Compression
Storage-engine Independent Column Compression (MDEV-11371) - from TenCent
Encryption
Temporary files created by merge sort and row log are encrypted if innodb_encrypt_log is set to
1
, regardless of whether the table encrypted or not (MDEV-12634).
Variables
Renamed
idle_readwrite_transaction_timeout
to idle_write_transaction_timeout.
The following deprecated variables have been removed:
下载地址:
https://downloads.mariadb.org/mariadb/10.3.2/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- MariaDB 10.2.8 发布,MySQL 分支版本
- MariaDB 10.2.9 发布,MySQL 分支版本
- MariaDB 10.0.33 发布,MySQL 分支版本
- MariaDB 10.1.29 发布,MySQL 分支版本
- MariaDB 10.2.11 发布,MySQL 分支版本
- MariaDB 10.2.12 发布,MySQL 分支版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
The Little MLer
Matthias Felleisen、Daniel P. Friedman、Duane Bibby、Robin Milner / The MIT Press / 1998-2-19 / USD 34.00
The book, written in the style of The Little Schemer, introduces instructors, students, and practicioners to type-directed functional programming. It covers basic types, quickly moves into datatypes, ......一起来看看 《The Little MLer》 这本书的介绍吧!