summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 15:08:19 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 15:08:19 +0000
commit0266c585d15a0c85d06940bbc801a2ff8516109e (patch)
tree04a2db1b0174f8457fbb9b4f4e5973993bc5173a /src
parentcca424fd4aa35e99973ff865225ecf5aedf8bed4 (diff)
downloadzabbix-0266c585d15a0c85d06940bbc801a2ff8516109e.tar.gz
zabbix-0266c585d15a0c85d06940bbc801a2ff8516109e.tar.xz
zabbix-0266c585d15a0c85d06940bbc801a2ff8516109e.zip
- [DEV-137] Misc bugs and improvements
git-svn-id: svn://svn.zabbix.com/trunk@5915 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxdbhigh/db.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libs/zbxdbhigh/db.c b/src/libs/zbxdbhigh/db.c
index 94720010..3e142ff7 100644
--- a/src/libs/zbxdbhigh/db.c
+++ b/src/libs/zbxdbhigh/db.c
@@ -939,18 +939,6 @@ int DBupdate_item_status_to_notsupported(DB_ITEM *item, int clock, const char *e
return SUCCEED;
}
-/*
-int DBproxy_update_item_status_to_notsupported(DB_ITEM *item, int clock)
-{
- zabbix_log(LOG_LEVEL_DEBUG, "In DBproxy_update_item_status_to_notsupported()");
-
- DBexecute("update items set status=%d,nextcheck=%d where itemid=" ZBX_FS_UI64,
- ITEM_STATUS_NOTSUPPORTED,
- clock + CONFIG_REFRESH_UNSUPPORTED,
- itemid);
-
- return SUCCEED;
-}*/
static int DBadd_trend(zbx_uint64_t itemid, double value, int clock)
{