This is a read-only copy of the MariaDB Knowledgebase generated on 2025-06-09. For the latest, interactive version please visit https://mariadb.com/kb/.

Changes and Improvements in MariaDB 11.8

MariaDB 11.8 is a long-term release series, maintained until Jun 2028.

This list includes all features since the previous long-term release, MariaDB 11.4 (those introduced in the MariaDB 11.5, MariaDB 11.6 and MariaDB 11.7 rolling releases and in MariaDB 11.8).

Upgrading

  • Note that if you are using system versioned tables, all rows and indexes has to be updated in these to use the extended timestamp range ('2106-02-07 06:28:15 UTC'). Upgrading to 11.8 can take a long time if you have many rows in your system versioned tables!
  • If you are not using system versioned tables and you are upgrading from 10.0 and up, the upgrade should just take a few seconds.

Downgrading

New Features

Vectors

Character Sets

Optimizer

System-Versioned Tables

Temporary files and tables

Data Types

  • The TIMESTAMP 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 (MDEV-32188, MariaDB 11.5). Note that if you are using system versioned tables, all rows has to be updated in these to use the new end range. This can take a long time if you have many rows in your system versioned tables!

Authentication

InnoDB

Backup and Restore

  • Parallel dump of multiple databases via mariadb-dump with the --dir option (MDEV-33625, MariaDB 11.5)
  • Parallel import of multiple databases via mariadb-import with the --dir option (MDEV-33627, MariaDB 11.6)
    • Added the related --database, --ignore-database, --table and --ignore-table options.
    • Refactor mariadb-import threading
  • The mariadb-dump --no-autocommit option is now set by default to allow faster data loading by InnoDB, writing only one undo log for the whole operation (MDEV-32250)
  • mariadb-import has a new option, --innodb-optimize-keys to delay creation of secondary indexes until after data load, resulting in faster loads. On by default. (MDEV-34740)

Replication

Galera

UUID

Other Functions

  • New FORMAT_BYTES function. Given a byte count, returns a string consisting of a value and the units in a human-readable format (MDEV-31736)

Protocol

Observability

Sequences

System-Versioned Tables

Stored Routines

Derived Tables

[SHOW] CREATE SERVER

Slow Query Log

Information Schema

Spider

General

Variables

Removed Features

The following deprecated features have been removed:

List of All MariaDB 11.8 Releases

DateReleaseStatusRelease NotesChangelog
4 Jun 2025MariaDB 11.8.2Stable (GA)Release NotesChangelog
13 Feb 2025MariaDB 11.8.1RCRelease NotesChangelog
18 Dec 2024MariaDB 11.8.0AlphaRelease Notes
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.