diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-27 10:35:11 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-27 10:35:11 +0000 |
| commit | 1bd6dc62e58531f845b82f6192f7eb009aea400f (patch) | |
| tree | 40ffcda3f1b6a7ad9b53e19a81ea47aa907d1e7e /frontends/php/include/db.inc.php | |
| parent | 98ce4eb6a912de7878aa3632c8de0fecd22455c8 (diff) | |
| download | zabbix-1bd6dc62e58531f845b82f6192f7eb009aea400f.tar.gz zabbix-1bd6dc62e58531f845b82f6192f7eb009aea400f.tar.xz zabbix-1bd6dc62e58531f845b82f6192f7eb009aea400f.zip | |
- [NTT-66] merged rev. 5100:5102 of branches/1.4.j/ (Artem) [tuning performance for "Status of Triggers";changes in SCHEMA, index events_1 now: {object,objectid,eventid}]
git-svn-id: svn://svn.zabbix.com/trunk@5103 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
| -rw-r--r-- | frontends/php/include/db.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index b36a4bbf..8628e51e 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -268,7 +268,7 @@ { global $DB, $DB_TYPE; -COpt::savesqlrequest($query); +//COpt::savesqlrequest($query); $result = false; if( isset($DB) && !empty($DB) ) @@ -355,7 +355,7 @@ COpt::savesqlrequest($query); { global $DB,$DB_TYPE; -COpt::savesqlrequest($query); +//COpt::savesqlrequest($query); $result = false; |
