Home >Database >Mysql Tutorial >MariaDB 10.0.11 发布,Bug 修复和软件升级_MySQL

MariaDB 10.0.11 发布,Bug 修复和软件升级_MySQL

WBOY
WBOYOriginal
2016-06-01 13:14:331014browse

MariaDB

MariaDB 10.0.11 发布,Bug 修复和软件升级_MySQL

MariaDB 10.0.11 发布了,这是一个维护版本,修复一些 bug ,同时升级了一些软件包。

值得关注的有:

  • UpdatedTokuDBengine to version 7.1.6

  • UpdatedSpiderstorage engine to version 3.2

  • UpdatedXtraDBstorage engine to version 5.6.17-65.0

  • UpdatedInnoDBstorage engine to version 5.6.17

  • Updatedperformance_schemato version 5.6.17

  • UpdatedConnect, andOQGraphengines.

  • OnlineALTER TABLEworks for partitioned tables

  • New system variabledefault_regex_flags. To make MariaDBRLIKEoperator behave in a non-standard but backward compatible way use

SET @@default_regex_flags='DOTALL';

完整的改进列表请看ChangeLog。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn