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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-07 19:47:22 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-07 19:47:22 +0300
commitde2d9750b9b88e18fad8ec448e5d1787a9334855 (patch)
treebcdc1c8d3743c30784403448535b0263ea3c9131 /include/dbschema.h
parent3d706eba00b0418e8c59218971299a5221faaef8 (diff)
.......PS. [DEV-1836] fixed compilation warning
Diffstat (limited to 'include/dbschema.h')
-rw-r--r--include/dbschema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbschema.h b/include/dbschema.h
index 170086c7f17..cd9357829e0 100644
--- a/include/dbschema.h
+++ b/include/dbschema.h
@@ -38,7 +38,7 @@
#define ZBX_TYPE_SHORTTEXT 7
#define ZBX_TYPE_LONGTEXT 8
-#define ZBX_MAX_FIELDS 106 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
+#define ZBX_MAX_FIELDS 107 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
#define ZBX_TABLENAME_LEN 26
#define ZBX_TABLENAME_LEN_MAX (ZBX_TABLENAME_LEN + 1)
#define ZBX_FIELDNAME_LEN 28