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
Replication and Binary Log
When is enabled, committing a large transaction no longer freezes all other transactions until completed ()
Async rollback prepared transactions during binlog crash recovery ()
New variable, , for aborting long-running queries on a replica ()
New variable, , for increasing transaction concurrency for large transactions ()
New function for generating version 4 UUIDs ()
New function for generating version 7 UUIDs ()
Optimization improvement for single-table UPDATE/DELETE: make cost-based choice between subquery strategies ()
The is now on by default ()
Allow a to be converted from implicit to explicit row_start/row_end columns ()
New variable, , for specifying that all queries longer than this time are logged to the , regardless of and ()
ROW data type for stored function return values ()
Add optional correlation column list for ()
Allow arbitrary options in ()
, 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. ()
The Spider variables and have been deprecated ()
This page is licensed: CC BY-SA / Gnu FDL