MariaDB 10.0.22 发布,此版本值得关注的改进:
XtraDB updated to XtraDB-5.6.26-74.0
Innodb updated to InnoDB-5.6.27
Performance Schema updated to 5.6.27
Slave started with --binlog-format=STATEMENT can replicate from master with any type of --binlog-format.
Replication from MySQL 5.6 with GTID, binlog_rows_query_log_events and ignorable events now works. In this case MariaDB will remove the MySQL GTIDs and other unneeded events and instead adds its own GTIDs.
The mysql.event table is upgraded live; no need to restart the server to use events if the event table has changed (MariaDB 10.0.22 and MariaDB 10.1.9).
Setting the event_scheduler system variable will also try to reload the mysql.event table if it was not properly loaded at startup.
Slaves now apply any events they get from the master, regardless of the binary log format. The binlog_format system variable only applies to normal (not replicated) updates.
Fixes for the following security vulnerabilities:
CVE-2015-4802
CVE-2015-4807
CVE-2015-4815
CVE-2015-4826
CVE-2015-4830
CVE-2015-4836
CVE-2015-4858
CVE-2015-4861
CVE-2015-4870
CVE-2015-4913
CVE-2015-4792
下载:https://downloads.mariadb.org/mariadb/10.0.22/
MariaDB 是一个采用 Aria 存储引擎的 MySQL 分支版本,是由原来 MySQL 的作者 Michael Widenius 创办的公司所开发的免费开源的数据库服务器。
与 MySQL 相比较,MariaDB 更强的地方在于:
Maria 存储引擎
PBXT 存储引擎
XtraDB 存储引擎
FederatedX 存储引擎
更快的复制查询处理
线程池
更少的警告和bug
运行速度更快
更多的 Extensions (More index parts, new startup options etc)
更好的功能测试
数据表消除
慢查询日志的扩展统计
支持对 Unicode 的排序
软件详情:https://mariadb.com/kb/en/mariadb/mariadb-10022-release-notes/
来自:开源中国社区