All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 11.7 Changes & Improvements

MariaDB 11.7 is no longer maintained. Please use a more recent release.

MariaDB 11.7 is a rolling release.

New Features

Vectors

  • are now included in the binaries

  • Numerous improvements ()

Replication and Binary Log

  • 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 ()

UUID

  • New function for generating version 4 UUIDs ()

  • New function for generating version 7 UUIDs ()

Optimization

  • Optimization improvement for single-table UPDATE/DELETE: make cost-based choice between subquery strategies ()

  • The is now on by default ()

System-Versioned Tables

  • Allow a to be converted from implicit to explicit row_start/row_end columns ()

Slow Query Log

  • New variable, , for specifying that all queries longer than this time are logged to the , regardless of and ()

Stored Routines

  • ROW data type for stored function return values ()

Derived Tables

  • Add optional correlation column list for ()

[SHOW] CREATE SERVER

  • Implement ()

  • Allow arbitrary options in ()

General

  • , 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. ()

Deprecated Variables

  • ()

Spider

  • The Spider variables and have been deprecated ()

List of All Releases

Date
Release
Status
Release Notes
Changelog

New variable, , for increasing transaction concurrency for large transactions (MDEV-32014)

Alpha

21 Nov 2024

MariaDB 11.7.2

RC

Release Notes

Changelog

21 Nov 2024

MariaDB 11.7.1

RC

Release Notes

Changelog

MDEV-34939
MDEV-32014
MDEV-33756
MDEV-33853
MDEV-34857
MDEV-11339
MDEV-32637
MDEV-25008
MDEV-34380
MDEV-27293
MDEV-33144
MDEV-12252
MDEV-31466
MDEV-15696
MDEV-34716
MDEV-30908
MDEV-15751
MDEV-27277
MDEV-33756
MDEV-28009
MariaDB 11.7

25 Sep 2024

MariaDB 11.7.0
Release Notes

The most recent release of MariaDB 11.7 is:

MariaDB 11.7.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.

Distributions which Include MariaDB
Vectors
vector search
binlogging
binlog_optimize_thread_scheduling
slave_abort_blocking_timeout
UUID_v4
UUID_v7
Charset Narrowing Optimization
system-versioned table
log_slow_always_query_time
slow query log
log_slow_min_examined_row_limit
log_slow_rate_limit
derived tables
SHOW CREATE SERVER
CREATE SERVER
SESSION_USER()
USER()
CURRENT_USER()
max_sort_length
binlog_optimize_thread_scheduling
spider_table_crd_thread_count
spider_table_sts_thread_count
binlog_large_commit_threshold

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