Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-10-27 11:06:01 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-10-27 11:08:00 +0300
commit3378b5513d4d794bc75c299f1e0a62a25e8e1c62 (patch)
tree451c8a9f3a2ca2b8ad90b3f8536a118f06fb17af /include/db.h
parent56531813ce4c29801d09679716d94d82ee8f28f4 (diff)
.......PS. [ZBXNEXT-6921] implemented rejection of duplicates for history tables, updated schema
(cherry picked from commit b26f9827db916820c9e2dff3557ff2def3651152)
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 8246dd7439f..963b1649c24 100644
--- a/include/db.h
+++ b/include/db.h
@@ -948,4 +948,6 @@ void zbx_db_trigger_get_itemids(const DB_TRIGGER *trigger, zbx_vector_uint64_t *
int DBselect_ids_names(const char *sql, zbx_vector_uint64_t *ids, zbx_vector_str_t *names);
+int DBpk_exists(const char *table_name);
+
#endif