mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
optimizer 체크옵션 값이 없으면 N 으로 설정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2781 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
894b9e5f95
commit
a67cf9bd5c
1 changed files with 2 additions and 0 deletions
|
|
@ -167,6 +167,8 @@
|
||||||
if(file_exists($db_config_file)) @include($db_config_file);
|
if(file_exists($db_config_file)) @include($db_config_file);
|
||||||
|
|
||||||
if(!$db_info->time_zone) $db_info->time_zone = date("O");
|
if(!$db_info->time_zone) $db_info->time_zone = date("O");
|
||||||
|
if(!$db_info->use_optimizer || $db_info->use_optimizer != 'N') $db_info->use_optimizer = 'Y';
|
||||||
|
else $db_info->use_optimizer = 'N';
|
||||||
|
|
||||||
$this->_setDBInfo($db_info);
|
$this->_setDBInfo($db_info);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue