Changes and Improvements in MariaDB 11.2

You are viewing an old version of this article. View the current version here.

MariaDB 11.2 is a current short-term development series, and will be maintained for one year after its Generally Available release. See Plans for MariaDB 11.2.

New Features & Improvements

Online Schema Change

  • ALTER TABLE can now do most operations with ALGORITHM=COPY, LOCK=NONE, that is, in most cases, unless the algorithm and lock level are explicitly specified, ALTER TABLE will be performed using the COPY algorithm while simultaneously allowing concurrent DML statements on the altered table.

InnoDB

JSON

Miscellaneous

Variables

List of All MariaDB 11.2 Releases

DateReleaseStatusRelease NotesChangelog
21 Aug 2023MariaDB 11.2.1RCRelease Notes
20 Jun 2023MariaDB 11.2.0AlphaRelease Notes

Comments

Comments loading...
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.