InnoDB
MariaDB starting with 10.3.7
In MariaDB 10.3.7 and later, the InnoDB implementation has diverged substantially from the InnoDB in MySQL. Therefore, in these versions, the InnoDB version is no longer associated with a MySQL release version.
MariaDB starting with 10.2
In MariaDB 10.2 and later, the default InnoDB implementation is based on InnoDB from MySQL 5.7. See Why MariaDB uses InnoDB instead of XtraDB from MariaDB 10.2 for more information.
MariaDB until 10.1
In MariaDB 10.1 and before, the default InnoDB implementation is based on Percona's XtraDB. XtraDB is a performance enhanced fork of InnoDB. For compatibility reasons, the system variables still retain their original innodb
prefixes. If the documentation says that something applies to InnoDB, then it usually also applies to the XtraDB fork, unless explicitly stated otherwise. In these versions, it is still possible to use InnoDB instead of XtraDB. See Using InnoDB instead of XtraDB for more information.
Answered Questions
-
InnoDB recovery under Maria
Hi, I have been using MySQL for various embedded situation over the years. ... -
Maximum number of indexes supported by Xtradb
What is the maximum number of indexes allowed per-table when using the Xtradb storage engine? -
XtraDB and ODBC compatibility?
Hi How compatible is XtraDB with the myodbc driver? Any issues that you know about? Thanks H.F. -
XtraDB and Workbench CE compatibility?
Hi I read here that there are some issues with Aria and Workbench? Are ther... -
How to change Innodb fileformat to Barracuda
I've attempted to change to the new barracuda file format. I'm using a Gale... -
innodb large_prefix deprecated- resulting key length?
Q: With innodb_large_prefix being deprecated - does the following mySQL de... -
MariaDB service fails to start after InnoDB/XtraDB crash
Hi, I've been running a script, inserting a large amount of data to several... -
so in 10.2 its going back to innodb?
Is it a typo that 10.1 uses xtradb in place of innodb as a default. But in... -
Tuples that don't fit in a single page
How does MariaDB deal with tuples that don't fit in a single page? Does it ... -
Using BitNami WordPress with Amazon RDS MariaDB
Installed BitNami WordPress which is already configured and updated in an i... -
What was the reasoning behind switching back to Innodb?
Why did the swap happen back to InnoDB from XtraDB? In the past, I've fou...