6月14日上海 OSC 源创会开始报名,送机械键盘和开源无码内裤
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.
mysqldump has been speeded up for large tables ( MDEV-6714 )
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 是一个采用 Aria 存储引擎的MySQL 分支版本,是由原来 MySQL 的作者 Michael Widenius 创办的公司所开发的免费开源的数据库服务器。
与 MySQL 相比较,MariaDB 更强的地方在于:
Maria 存储引擎
PBXT 存储引擎
XtraDB 存储引擎
FederatedX 存储引擎
更快的复制查询处理
线程池
更少的警告和bug
运行速度更快
更多的 Extensions (More index parts, new startup options etc)
更好的功能测试
数据表消除
慢查询日志的扩展统计
支持对 Unicode 的排序