Rokko11 / InstallBugfix

Solves the MySQL > 5.6-Bug of Magento

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstallBugfix

Solves the MySQL > 5.6-Bug of Magento

Problem

See Post on Stackoverflow

Solution

The Model Mage_Install_Model_Installer_Db_Mysql4 got overridden. If the former InnoDB-Check via SHOW VARIABLES fails, Magento tries with SHOW ENGINES.

About

Solves the MySQL > 5.6-Bug of Magento


Languages

Language:PHP 100.0%