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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-08 17:44:10 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-08 17:44:10 +0300
commitc5ff7171b4b3743cce4975c76f6268da1793cc04 (patch)
tree28ae6bb72c82e57bcbd1b8240e49a0c3578933f7 /include/zbxdb.h
parent6030cd72ac9d7f27373e5136a277a1d7bf4f2bf6 (diff)
parentcff8668e3e73eec4be313ceb34a99d5910de8461 (diff)
.......... [ZBXNEXT-3706] merged latest changes from master
conflicts: create/src/data.tmpl
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 55f0b5f47dc..658884d8cb1 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -96,6 +96,7 @@ int zbx_db_txn_level(void);
int zbx_db_txn_error(void);
int zbx_db_txn_end_error(void);
const char *zbx_db_last_strerr(void);
+zbx_err_codes_t zbx_db_last_errcode(void);
#ifdef HAVE_POSTGRESQL
int zbx_tsdb_get_version(void);
@@ -210,6 +211,8 @@ struct zbx_db_version_info_t
const char *friendly_min_supported_version;
zbx_db_version_status_t flag;
+
+ int history_pk;
};
void zbx_dbms_version_info_extract(struct zbx_db_version_info_t *version_info);