An overview of changes, improvements, and what's new in MariaDB Community Server 11.8
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, and in MariaDB 11.8).
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.
See Also: and .
If you have system versioned tables, downgrading is not trivial. In other cases see .
Functions and
Functions , , for calculating either a Euclidean or Cosine distance between two vectors. The last one automatically uses Euclidean or Cosine, depending on the underlying index type ()
Vector indexes can use x86_64 (AVX2 and AVX512), aarch64 neon () and Powerpc64 AltiVec (
The default has been changed from latin1 to utf8mb4 (, )
Change to uca1400_ai_ci, a modern Unicode collation with proper support for SMP characters (including emoji)(, )
Optimization improvement for single-table UPDATE/DELETE: make cost-based choice between subquery strategies ()
The is now on by default ()
Optimizer can now take advantage of queries of the format ()
Add basic optimizer support for - see ()
Allow a to be converted from implicit to explicit row_start/row_end columns ()
(, )
There are two system variables used for controlling this feature ():
: Limits the temporary space allowance per user
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 (, ). Note that if you are using system versioned tables, all rows have 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!
(, )
Extend to support authentication_string (, )
Fix scalability with multiple threads ()
Parallel dump of multiple databases via with the --dir option (, )
Parallel import of multiple databases via with the --dir option (, )
Added the related --database, --ignore-database
When is enabled, committing a large transaction no longer freezes all other transactions until completed (, )
has been deprecated (, )
Async rollback prepared transactions during binlog crash recovery (, )
New variable, , for aborting long-running queries on a replica (
Automatic SST user account management (, )
New function for generating version 4 UUIDs (, )
New function for generating version 7 UUIDs (, )
New function. Given a byte count, returns a string consisting of a value and the units in a human-readable format ()
Permit bulk implementation to return ALL individual results (, )
Send initial values of system variables in first OK packet (, )
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
Allow a to be converted from implicit to explicit row_start/row_end columns (, )
ROW data type for stored function return values (, )
Stored routines parameters can have default values ()
Update triggers can optionally have a list of columns an update of which executes the trigger. Updating other columns does not execute the trigger ()
Add optional correlation column list for (, )
Implement (, )
Allow arbitrary options in (, )
New variable, , for specifying that all queries longer than this time are logged to the , regardless of and (, )
When querying the , that have the same name as a native function no longer generate a warning ()
The Spider variables and have been deprecated (, )
Deprecate (, )
, which used to be an alias for now shows the value of when the session was created (, )
CURRENT_TIMESTAMP should return a TIMESTAMP (WITH TIME ZONE?) (, )
A warning has been added when is exceeded. (, )
Single-table
Deprecate and ignore the system variable (, )
For a list of all new variables, see
The following deprecated features have been removed:
<data type> <character set clause> ... COMPRESSED... ()
the correct syntax is <data type> COMPRESSED... <character set clause> ...
()
is now supported for partitioned tables (MDEV-12404, MariaDB 11.5)
ANALYZE for statement should show selectivity of pushed index condition (MDEV-18478, MariaDB 11.5)
--table--ignore-tableRefactor threading
The --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)
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)
deprecated (MDEV-33756, MariaDB 11.7)
New definition for Seconds_Behind_Master (MDEV-33856, MariaDB 11.6)
Added three variables to
New
Provide InnoDB async IO statistics (MDEV-32841, MariaDB 11.5)
Extend to be compatible with Percona server (MDEV-33501, MariaDB 11.5)
on no longer attempts to collect statistics (MDEV-33938)
Set thread names for MariaDB Server threads (MDEV-32537, MariaDB 11.6)
MariaDB 11.8.3
Stable (GA)
4 Jun 2025
MariaDB 11.8.2
Stable (GA)
13 Feb 2024
MariaDB 11.8.1
RC
18 Dec 2024
MariaDB 11.8.0
Alpha
14 Nov 2025
MariaDB 11.8.5
Stable (GA)
6 Nov 2025
MariaDB 11.8.4
Stable (GA)
6 Aug 2025
This page is licensed: CC BY-SA / Gnu FDL