Changes and Improvements in MariaDB 10.6

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

MariaDB 10.6 is the current major development version. There are no releases yet. MariaDB 10.5 is stable and feature-complete, so major new features to be developed will be going into 10.6.

InnoDB

Galera

Storage Engines

  • TokuDB has been removed (MDEV-19780)
  • CassandraSE has been removed (MDEV-23024)
  • CREATE TABLE, ALTER TABLE, RENAME TABLE, DROP TABLE, DROP DATABASE and related DDL statements are now atomic. Either the statement is fully completed or everything is reverted to it's original state. Note that when deleting multiple tables with DROP TABLE, only each individual drop is atomic, not the full list of tables). (MDEV-23842).

Oracle Mode

General

Variables

InnoDB Variables

The following deprecated variables have been removed (MDEV-23397):

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.