当前位置: > 数据库 > MariaDB >

MariaDB 10.1.1-alpha 发布

时间:2014-10-19 23:18来源:linux.it.net.cn 作者:it

MariaDB 10.1.1-alpha 发布,此版本现已提供下载。

值得关注的更新内容如下:

  • Triggers can now be run on the slave for row-based events.

  • Default roles allow roles to be enabled automatically when a user connects.

  • InnoDB: merged the Facebook/Kakao defragmentation patch (use OPTIMIZE TABLE to defragment InnoDB tablespaces).

  • Performance Schema tables no longer use .frm files.

  • Galera is merged into MariaDB server, MariaDB 10.1.1 binaries automatically support Galera out of the box.

  • InnoDB: report progress of inplace alter table (Kakao patch).

  • Statements that exceed a certain execution time can now be aborted.

  • PREPARE statement now supports out parameters.

  • Compound statements can be used outside of stored programs.

  • The engine_condition_pushdown optimizer_switch flag has been deprecated. Engine condition pushdown is now always enabled for all engines that support it.

  • New Information Schema table SYSTEM_VARIABLES shows for every system variable its session and global variable values as well as various metadata.

  • Information Schema plugins can now support SHOW and FLUSH statements. New statements in this release:

    • SHOW QUERY_RESPONSE_TIME

    • FLUSH QUERY_RESPONSE_TIME

    • SHOW LOCALES

  • Two new columns added to the CLIENT_STATISTICS and USER_STATISTICS Information Schema tables (TOTAL_SSL_CONNECTIONS and MAX_STATEMENT_TIME_EXCEEDED).

  • MariaDB can execute UNION ALL without a temporary table. (MySQL 5.7 patch)

  • @@sql_log_slow is now a session variable, not global.

  • Merge with MariaDB 10.0.14

  • As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.1 for both Ubuntu 13.10 "Saucy" and Mint 16 "Petra".

  • With the recent release of CentOS 7 and RHEL 7, we are pleased to now provide packages for both distributions. Instructions for how to enable the repositories can be found by visiting the "Installing MariaDB with YUM" page and the repository configuration tool.

(责任编辑:IT)
------分隔线----------------------------