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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-07-27 12:42:15 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-07-27 12:42:15 +0300
commit4ae8315f695b3dd0666c97379516191013aef292 (patch)
treec25abd3699ce5f8c8d831dedbf8338ddc62d23a8 /include/dbschema.h
parentdc38a42469338d9c4d491107cc3615463172a05b (diff)
parentd953b9ac7c99354b30c967d606e597a12967ddc4 (diff)
........S. [ZBXNEXT-6470,ZBXNEXT-6715] updated to the latest master
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 7adc50d99f1..0cb8b56b091 100644
--- a/include/dbschema.h
+++ b/include/dbschema.h
@@ -39,7 +39,7 @@
#define ZBX_TYPE_LONGTEXT 8
#define ZBX_TYPE_CUID 9
-#define ZBX_MAX_FIELDS 108 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
+#define ZBX_MAX_FIELDS 110 /* 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