mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Select InnoDB by default, fall back to MyISAM if not supported
This commit is contained in:
parent
c763bf2a93
commit
20f8a5510a
3 changed files with 32 additions and 4 deletions
|
|
@ -117,11 +117,12 @@ class installView extends install
|
|||
if(ini_get('safe_mode') && !Context::isFTPRegisted())
|
||||
{
|
||||
Context::set('progressMenu', '3');
|
||||
Context::set('server_ip_address', $_SERVER['SERVER_ADDR']);
|
||||
$this->setTemplateFile('ftp');
|
||||
}
|
||||
else
|
||||
{
|
||||
$defaultDatabase = 'mysqli';
|
||||
$defaultDatabase = 'mysqli_innodb';
|
||||
$disableList = DB::getDisableList();
|
||||
if(is_array($disableList))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue