Development tree of Master High Availability Manager and tools for MySQL (MHA), Manager part
GNU General Public License v2.0
1.47k
stars
500
forks
source link
add compatibility with MariaDB & Percona Server's 'enforce_storage_engine' #53
Closed
grypyrg closed 8 years ago
the test tables created are forced to be innodb. This is not compatible with certain mysql settings which enforce a certain storage engine (https://www.percona.com/doc/percona-server/5.6/management/enforce_engine.html and https://mariadb.com/kb/en/mariadb/server-system-variables/#enforce_storage_engine). This patch just creates a table with the default storage engine.