mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Updated DBCubrid pagination to use new Query class.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8439 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0cd318fcf5
commit
d51e931527
3 changed files with 26 additions and 21 deletions
|
|
@ -51,7 +51,7 @@
|
|||
* 2: output execute time, Request/Response info
|
||||
* 4: output DB query history
|
||||
**/
|
||||
if(!defined('__DEBUG__')) define('__DEBUG__', 0);
|
||||
if(!defined('__DEBUG__')) define('__DEBUG__', 4);
|
||||
|
||||
/**
|
||||
* @brief output location of debug message
|
||||
|
|
@ -82,14 +82,14 @@
|
|||
* = 0: leave a log when the slow query takes over specified seconds
|
||||
* Log file is saved as ./files/_db_slow_query.php file
|
||||
**/
|
||||
if(!defined('__LOG_SLOW_QUERY__')) define('__LOG_SLOW_QUERY__', 0);
|
||||
if(!defined('__LOG_SLOW_QUERY__')) define('__LOG_SLOW_QUERY__', 1);
|
||||
|
||||
/**
|
||||
* @brief Leave DB query information
|
||||
* 0: Do not add information to the query
|
||||
* 1: Comment the XML Query ID
|
||||
**/
|
||||
if(!defined('__DEBUG_QUERY__')) define('__DEBUG_QUERY__', 0);
|
||||
if(!defined('__DEBUG_QUERY__')) define('__DEBUG_QUERY__', 1);
|
||||
|
||||
/**
|
||||
* @brief option to enable/disable a compression feature using ob_gzhandler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue