发布于 2017-12-27 00:19:15 | 184 次阅读 | 评论: 0 | 来源: 网友投递
MariaDB数据库
MariaDB基于事务的Maria存储引擎,替换了MySQL的MyISAM存储引擎,它使用了Percona的 XtraDB,InnoDB的变体,分支的开发者希望提供访问即将到来的MySQL 5.4 InnoDB性能。这个版本还包括了 PrimeBase XT (PBXT) 和 FederatedX存储引擎。
MariaDB 10.1 系列中最新的稳定版本 MariaDB 10.1.30,以及 MariaDB Connector / C 2.x 系列中最新的稳定版本 MariaDB Connector / C 2.3.4 发布了。
主要更新内容
MariaDB 10.1.30
改进项
MDEV-12323 - 崩溃恢复期间的回滚进度日志消息,与不相关的日志消息混合在一起
MDEV-14701 - install_db 显示损坏
MDEV-13407 - innodb.drop_table_background 失败
MDEV-14008 - 声明失败: `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())
MDEV-12352 - 大事务回滚阻塞不应阻塞 InnoDB 关闭程序
MDEV-13797 - InnoDB 可能会在启动后立即开启关闭时挂起,同时回滚已恢复的未完成事务
MDEV-12837 - WSREP: BF lock wait long
MDEV-14587 - 当 index==NULL 时,dict_stats_process_entry_from_defrag_pool() fails to call dict_table_close()
下载地址:
MariaDB Connector / C 2.3.4
Bug 修复:
CONC-282: Connector/C now provides additional information on the package version: mariadb_config --cc_version
lists the package version. Besides MARIADB_PACKAGE_VERSION
, the numeric representation MARIADB_PACKAGE_VERSION_ID
can now be used within preprocessor directives.
CONC-281: mysql_stmt_fetch_column
doesn't work with prior call to mysql_stmt_store_result
OpenSSL fixes:
When negotiating TLS protocol during handshake, use server preferences instead of client preferences. This will allow using TLSv12 (OpenSSL server) and/or TLSv1.1 (Yassl server).
Don't check server ca unless verification flag was set. This will allow Connector/C to establish a tls/ssl connection without certificates.
下载地址: