Changes and Improvements in MariaDB 11.8

The most recent release of MariaDB 11.8 is: MariaDB 11.8.2. Stable (GA) - Download Now Alternate download from mariadb.org

MariaDB 11.8 is a long-term release, maintained until June 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).

Upgrading

New Features

Vectors

  • New function VEC_DISTANCE for calculating either a Euclidean or Cosine distance between two vectors, depending on the underlying index type (MDEV-35450)

  • aarch64 SIMD instructions now supported (MDEV-34699)

Character Sets

Optimizer

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)

Authentication

InnoDB

Backup and Restore

Replication

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)

Referential Integrity

Protocol

Observability

System-Versioned Tables

Stored Routines

  • ROW data type for stored function return values (MDEV-12252, MariaDB 11.7)

  • Stored routines parameters can have default values (MDEV-10862)

  • Update triggers can optionally have a list of columns an update of which executes the trigger. Updating other columns does not execute the trigger (MDEV-34551)

Derived Tables

[SHOW] CREATE SERVER

Slow Query Log

Information Schema

Spider

General

Variables

Removed Features

The following deprecated features have been removed:

Security Vulnerabilities Fixed in MariaDB 11.8

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

List of All MariaDB 11.8 Releases

Date
Release
Status
Release Notes
Changelog

Date

Release

Status

Release Notes

Changelog

Last updated

Was this helpful?