master
Rafael Folco
5942d94430
Use default XtraDB engine
XtraDB is the new fork of InnoDB engine and it is enabled by default.
No need to load old innodb plugin/engine.
https://mariadb.com/kb/en/mariadb/using-innodb-instead-of-xtradb/
2016-05-25 01:55:01 +00:00
This plugin enables MariaDB opensource flavor of MySQL for Ubuntu users on Devstack. It overrides functions at lib/databases/mysql.
Enabling in Devstack
Download DevStack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin mariadb https://github.com/rafaelfolco/devstack-plugin-mariadbrun
stack.sh