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:
authorAndrejs Griščenko <andrejs.griscenko@zabbix.com>2020-06-26 17:13:36 +0300
committerAndrejs Griščenko <andrejs.griscenko@zabbix.com>2020-07-06 14:12:25 +0300
commitc9903d28e41a830ca209e044434f97164c12fe1e (patch)
tree3f15885ce43207c1717faab099f05fc87566c5c0 /include/dbschema.h
parent8c7b06e5fa5af26ed03675b03169f22350b4e936 (diff)
........S. [ZBXNEXT-3362] updated ZBX_MAX_FIELDS in dbschema.h to accommodate new config field
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 dcdfb77b54f..ebd93686deb 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 86 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
+#define ZBX_MAX_FIELDS 87 /* 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