All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 11.5 Changes & Improvements

MariaDB 11.5 is an old rolling release and is no longer maintained. Please use a more recent release.

Upgrading

  • See and .

New Features

Temporary files and tables

  • ()

  • There are two system variables used for controlling this feature:

    • : Limits the temporary space allowance per user

    • : Limits the temporary space allowance for all users.

Data Types

  • The range of values was extended. The maximal allowed value for timestamps was '2038-01-19 03:14:07 UTC', and is now '2106-02-07 06:28:15 UTC'. This does not change the storage format, and new tables can be read by old MariaDB servers as long as timestamp values are within the old timestamp range. At the moment this is only supported on 64-bit platforms ().

Optimizer

  • is now supported for partitioned tables ()

  • ANALYZE for statement should show selectivity of pushed index condition ()

Protocol

  • Permit bulk implementation to return ALL individual results ()

  • Send initial values of system variables in first OK packet ()

Observability

  • New in the Information Schema for storing information about users, , and the limits set by (, )

  • Add more columns to Information Schema , and tables ()

  • Add QUERIES column to Information Schema table ()

  • Additional features for Sequences ()

    • permits creating as any type (including ), extending the range

    • Parser accepts larger and smaller values for and

Other

  • ()

  • Deprecate and ignore the system variable ()

  • Change to uca1400_ai_ci, a modern Unicode collation with proper support for SMP characters (including emoji)()

  • Parallel dump of multiple databases via with the --dir

Removed Features

The following deprecated features have been removed:

  • ... COMPRESSED...

    • the correct syntax is COMPRESSED... ...

  • (and the related variable).

Variables

  • For a list of all new variables, see and .

Security Vulnerabilities Fixed in

For a complete list of security vulnerabilities (CVEs) fixed across all versions of MariaDB, see the page. Add listcve macro here - removed for performance reasons

List of All Releases

Date
Release
Status
Release Notes
Changelog
Add (MDEV-33145)
  • Provide statistics (MDEV-32841)

    • Including a number of .

  • Extend to be compatible with Percona server (MDEV-33501)

  • on no longer attempts to collect statistics (MDEV-33938)

  • option (
    )
  • Deprecate (MDEV-31789)

  • Alpha

    14 Aug 2024

    MariaDB 11.5.2

    Stable (GA)

    Release Notes

    Changelog

    30 May 2024

    MariaDB 11.5.1

    RC

    Release Notes

    Changelog

    MDEV-9101
    MDEV-32188
    MDEV-12404
    MDEV-18478
    MDEV-30366
    MDEV-31609
    MDEV-23729
    MDEV-32218
    MDEV-33151
    MDEV-33152
    MDEV-28152
    MDEV-33449
    MDEV-33655
    MDEV-25829
    MariaDB 11.5
    MariaDB 11.5

    18 Mar 2024

    MDEV-33625
    MariaDB 11.5.0
    Release Notes

    The most recent release of MariaDB 11.5 is:

    MariaDB 11.5.2 Stable (GA) Download Now

    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.

    Upgrading Between Major MariaDB Versions
    Upgrading from MariaDB 10.11 to MariaDB 11.0
    Limit size of created disk temporary files and tables
    max_tmp_session_space_usage
    max_tmp_total_space_usage
    TIMESTAMP
    Index condition pushdown
    USERS table
    password expiry
    max_password_errors
    TABLE_STATISTICS
    CLIENT_STATISTICS
    USER STATISTICS
    INDEX_STATISTICS
    Sequences
    CREATE SEQUENCE ... AS
    INT
    BIGINT UNSIGNED
    Information Schema Sequences table
    MINVALUE
    MAXVALUE
    REPAIR TABLE ... FORCE
    alter_algorithm
    default Unicode collation
    mariadb-dump
    integer latches in OQGraph
    oqgraph_allow_create_integer_latch
    System Variables Added in MariaDB 11.5
    Status Variables Added in MariaDB 11.5
    Security Vulnerabilities Fixed in MariaDB
    FLUSH GLOBAL STATUS
    InnoDB async IO
    status variables
    Query Response Time plugin
    ANALYZE TABLE
    sequences
    spider_casual_read
    wsrep_load_data_splitting
    Distributions which Include MariaDB

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