Skip to content

Commit

Permalink
Merge pull request #504 from nanasess/nanasess-patch-2
Browse files Browse the repository at this point in the history
Fix typo to html/install/index.php
  • Loading branch information
chihiro-adachi authored Jan 19, 2022
2 parents 41184f2 + a219b09 commit 4fd320e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ function lfExecuteSQL($filepath, $arrDsn, $disp_err = true)
// XXX SC_Query を使うようにすれば、この処理は不要となる
if ($arrDsn['phptype'] === 'mysqli') {
if ($objDB->getConnection()->server_version >= 50705) {
$objDB->exec('SET SESSION defaut_storage_engine = InnoDB');
$objDB->exec('SET SESSION default_storage_engine = InnoDB');
} else {
$objDB->exec('SET SESSION storage_engine = InnoDB');
}
Expand Down

0 comments on commit 4fd320e

Please sign in to comment.