用户登录
用户注册

分享至

MariaDB 10.1.13 和 MariaDB Connector/J 1.3.7 发布

  • 作者: 五菱赛车部秋名山站总工程师
  • 来源: 51数据库
  • 2020-08-07

MariaDB 10.1.13 和 MariaDB Connector/J 1.3.7 发布了。

MariaDB 10.1.13 值得关注的改进有:

  • MDEV-9659 AWS Key management encryption plugin (currently distributed in source form only).

  • MDEV-6058 new server variables; log_slow_admin_statements and log_slow_slave_statements.

  • MDEV-9443 CREATE ROLE and DROP ROLE are now allowed in prepared statements.

  • MDEV-9640 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION has a new column; key_id.

  • The Galera library has been updated to version 25.3.15.

     

详细改进日志请点击MariaDB 10.1.13。

MariaDB Connector/J 1.3.7 值得关注的改进有:

主要更新:

  • CONJ-259 : Server prepare statement failover uses the associated connection

  • Performance improvements :

  • using directly the query.getByte("UTF-8") array to avoid recreating a new array

  • rewriteStatement improvement (parsing query to verfy that query can be rewritten + performance) CONJ-262

  • Local file upload correction when using useCompression option

次要更新:

  • CONJ-267 : getString on '0000-00-00' date was returning npe.

  • PrepareStatement setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) now doesn't lose decimal when using Float or Double object 

下载地址:

  • MariaDB 10.1.13

  • MariaDB Connector/J 1.3.7

MariaDB数据库管理系统是 MySQL 的一个分支,主要由开源社区在维护。

软件
前端设计
程序设计
Java相关