mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
EONE-130: Add support for InnoDB tables in installer
This commit is contained in:
@@ -1357,7 +1357,7 @@ class e_install
|
||||
return nl2br(LANINS_060)."<br /><br />";
|
||||
}
|
||||
|
||||
preg_match_all("/create(.*?)myisam;/si", $sql_data, $result );
|
||||
preg_match_all("/create(.*?)(?:myisam|innodb);/si", $sql_data, $result );
|
||||
|
||||
// Force UTF-8 again
|
||||
$this->dbqry('SET NAMES `utf8`');
|
||||
|
Reference in New Issue
Block a user