mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
#19045532 데이타베이스에서 쿼리 디버깅을 위한 XML Query ID 주석 삽입
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7619 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a0a1ae5fa7
commit
33fd2bccdf
10 changed files with 38 additions and 2 deletions
|
|
@ -79,6 +79,13 @@
|
|||
**/
|
||||
if(!defined('__LOG_SLOW_QUERY__')) define('__LOG_SLOW_QUERY__', 0);
|
||||
|
||||
/**
|
||||
* @brief DB 쿼리 정보를 남김
|
||||
* 0 : 쿼리에 정보를 추가하지 않음
|
||||
* 1 : XML Query ID를 쿼리 주석으로 남김
|
||||
**/
|
||||
if(!defined('__DEBUG_QUERY__')) define('__DEBUG_QUERY__', 0);
|
||||
|
||||
/**
|
||||
* @brief ob_gzhandler를 이용한 압축 기능을 강제로 사용하거나 끄는 옵션
|
||||
* 0 : 사용하지 않음
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue