发布于 2015-06-14 00:20:59 | 196 次阅读 | 评论: 0 | 来源: 网友投递
MariaDB数据库
MariaDB基于事务的Maria存储引擎,替换了MySQL的MyISAM存储引擎,它使用了Percona的 XtraDB,InnoDB的变体,分支的开发者希望提供访问即将到来的MySQL 5.4 InnoDB性能。这个版本还包括了 PrimeBase XT (PBXT) 和 FederatedX存储引擎。
MariaDB 5.5.44 发布,此版本是个稳定版本,也是个维护版本,包括 bug 修复和一些更新。
值得关注的改进:
XtraDB updated to 5.5.42-37.2
TokuDB updated to version 7.5.7
Client command line option --ssl-verify-server-cert
(and MYSQL_OPT_SSL_VERIFY_SERVER_CERT
option of the client API) when used together with --ssl
will ensure that the established connection is SSL-encrypted and the MariaDB server has a valid certificate. This fixes CVE-2015-3152.
完整列表请看changelog。
下载:https://downloads.mariadb.org/mariadb/5.5.44/。
之前几天发布了 MariaDB 10.1.15 版本,此版本是个测试版本,值得关注的改进:
New status variables Binlog_group_commit_trigger_count, Binlog_group_commit_trigger_timeout, and Binlog_group_commit_trigger_lock_wait used to examine which triggers caused a group commit to be made.
A new column, INFO_BINARY, has been added to the Information Schema PROCESSLIST Table in order to avoid truncating queries with binary data (MDEV-7807)
Spider updated to 3.2.21.
Mroonga updated to 5.02
Encryption for temporary files: temporary files created by the server (for binary log caches, for filesort, etc) are now encrypted if the encryption plugin is loaded and --encrypt-tmp-files
was specified.
Numerous encryption bugfixes.
下载:https://downloads.mariadb.org/mariadb/10.1.5/。
MariaDB基于事务的Maria存储引擎,替换了MySQL的MyISAM存储引擎,它使用了Percona的 XtraDB,InnoDB的变体,分支的开发者希望提供访问即将到来的MySQL 5.4 InnoDB性能。这个版本还包括了 PrimeBase XT (PBXT) 和 FederatedX存储引擎。
MariaDB 是一个采用 Aria 存储引擎的 MySQL 分支版本,是由原来 MySQL 的作者 Michael Widenius 创办的公司所开发的免费开源的数据库服务器。
与 MySQL 相比较,MariaDB 更强的地方在于:
Maria 存储引擎
PBXT 存储引擎
XtraDB 存储引擎
FederatedX 存储引擎
更快的复制查询处理
线程池
更少的警告和bug
运行速度更快
更多的 Extensions (More index parts, new startup options etc)
更好的功能测试
数据表消除
慢查询日志的扩展统计
支持对 Unicode 的排序