All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.6.1 Release Notes

MariaDB 10.6.1 is a Beta release of MariaDB Community Server 10.6, released on 2021-05-21

Download Release Notes Changelog Overview of 10.6

Release date: 21 May 2021

MariaDB 10.6 is the current development series of MariaDB. It is an evolution of MariaDB 10.5 with several entirely new features.

MariaDB 10.6.1 is a Beta release.

Thanks, and enjoy MariaDB!

Notable Changes

Notable changes of this release include:

Atomic DDL

  • , , , , and related DDL statements are now atomic. Either the statement is fully completed, or everything is reverted to it's original state. Note that when deleting multiple tables with DROP TABLE, only each individual drop is atomic, not the full list of tables). ().

Replication, Galera and Binlog

  • updated to 26.4.8

  • The delay between binary log purges can now be specified with much greater precision. The system variable is introduced as a form of alias for , which now accepts a precision of 1/1000000 days ()

  • Allow transition from unencrypted to TLS cluster communication without cluster downtime ()

  • DDL information logged on all

Oracle Compatibility

  • added ()

  • added ()

  • added ()

  • MINUS is mapped to in UNION ()

Character Sets

  • The utf8 (and related collations) is now by default an alias for utf8mb3 rather than the other way around. It can be set to imply utf8mb4 by changing the value of the system variable ()

Clients

  • For clients such as , the connection property specified via the command line (e.g. --port=3306) will now force its type ()

Changelog

For a complete list of changes made in , with links to detailed information on each push, see the .

Contributors

For a full list of contributors to , see the .

Do not use beta releases in production!

cluster nodes if wsrep_debug is set to SERVER and wsrep_OSU_method is 'TOI' (
)
  • For the --base64-output option, removed the deprecated always option, and changed the default to auto (MDEV-25222)

  • function returns the current number of accepted rows in the current context (MDEV-24089)

    MDEV-23842
    MDEV-19371
    Galera
    MDEV-22131
    Galera
    MDEV-20025
    MDEV-20017
    MDEV-24285
    MDEV-20021
    MDEV-8334
    MDEV-14974
    MariaDB 10.6.1
    changelog
    MariaDB 10.6.1
    MariaDB Foundation release announcement
    Galera
    MDEV-9609

    The most recent release of MariaDB 10.6 is:

    MariaDB 10.6.24 Stable (GA) Download Now

    Alternate download from mariadb.org

    Do not use non-stable (non-GA) releases in production!

    Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

    MariaDB may already be included in your favorite OS distribution. More information can be found on the page.

    CREATE TABLE
    ALTER TABLE
    RENAME TABLE
    DROP TABLE
    DROP DATABASE
    binlog_expire_logs_seconds
    expire_logs_days
    ADD_MONTHS()
    TO_CHAR()
    SYS_GUID()
    EXCEPT
    character set
    old_mode
    mysql / mariadb
    mysqlbinlog / mariadb-binlog
    ROWNUM

    This page is licensed: CC BY-SA / Gnu FDL

    Distributions which Include MariaDB