F
F
Fixid2015-03-20 14:56:15
MariaDB
Fixid, 2015-03-20 14:56:15

How to enable XtraDB in MariaDB 10?

Hello.
In pursuit of performance, I migrated from MySQL 5.5 to MariaDB 10.0.17.
All MyISAM tables were converted to ARIA, which gave a good speed boost. I want to transfer the remaining InnoDB to XtraDB, but it is not in the list of available engines. On the off site I read somewhere that there are two versions of InnoDB in the standard distribution: the original InnoDB and with patches (i.e. XtraDB). In the documentation they write everywhere as XtraDB / InnoDB.
How to determine which version of InnoDB is currently in use?
How to convert InnoDB to XtraDB if it hasn't already been done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nazar Mokrinsky, 2015-03-20
@Fixid

No, it's enabled by default.
Just install MariaDB 10 and you'll be good to go.

By default, MariaDB uses the XtraDB storage engine, a performance enhanced fork of the InnoDB storage engine. For compatibility reasons, the system variables still retain their original innodb prefixes, and where the text in this knowledgebase refers to InnoDB, it can usually be understood as referring to the XtraDB fork.
Note that it is possible to use InnoDB as a plugin in MariaDB instead of XtraDB. See Using InnoDB instead of XtraDB.

https://mariadb.com/kb/en/mariadb/xtradb-and-innodb/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question