[聚合文章] MariaDB 10.1.30 和 Connector/C 2.3.4 发布

MySQL 2017-12-27 18 阅读

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()

更多内容请查看 发布说明 和  ChangeLog

下载地址:

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-281mysql_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.

更多内容请查看 发布说明ChangeLog

下载地址:

转自 http://www.oschina.net/news/91888/mariadb-10-1-30-and-connector-c-2-3-4

注:本文内容来自互联网,旨在为开发者提供分享、交流的平台。如有涉及文章版权等事宜,请你联系站长进行处理。