We eventually want to migrate the database off MySQL to MariaDB / Galera. In order to do this we MUST change the backend of each table to be InnoDB and stop relying on MyISAM.
For a start, we should rebuild the database tables in the new database before migration to be InnoDB. We may run into commit issues though. (See issue #5.)
We eventually want to migrate the database off MySQL to MariaDB / Galera. In order to do this we MUST change the backend of each table to be InnoDB and stop relying on MyISAM.
For a start, we should rebuild the database tables in the new database before migration to be InnoDB. We may run into commit issues though. (See issue #5.)