Commit Graph

7 Commits

Author SHA1 Message Date
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
Rafael Folco fd1004c424 Changing stack phases actions
stack: pre-install, install, post-config

pre-install: installs mariadb
install: configure mariadb
post-config: noop
2016-05-24 20:39:23 +00:00
Rafael Folco de7bb9ff31 Fix innodb plugin settings for mariadb
https://mariadb.com/kb/en/mariadb/using-innodb-instead-of-xtradb/
2016-05-24 02:09:32 +00:00
Rafael Folco 0d24e3cfd7 Enable InnoDB, disable default XtraDB engine
https://mariadb.com/kb/en/mariadb/using-innodb-instead-of-xtradb/
2016-05-23 22:37:32 +00:00
Rafael Folco a8a306b9a5 Fix slow log path and xtradb/innodb engine
slow log location is /var/log/mysql/mysql-slow.log
mariadb 10.0.9+ uses xtradb as the default engine, a forked version
of innodb (percona uses xtradb).
https://mariadb.com/kb/en/mariadb/xtradb-and-innodb/
2016-05-23 16:20:50 +00:00
Rafael Folco 5986e05c6f Copied missing parts of the functions overrides
Fixes missing varirables inside the overrides.
2016-05-18 14:35:21 +00:00
Rafael Folco d1de0d4207 Devstack plugin to use mariadb on Ubuntu
Devstack uses mysql flavor by default on Ubuntu.
This plugin enforces MariaDB as the database backend.
2016-05-17 20:46:08 +00:00