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 17:17:58 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-07-27 17:17:58 +0300
commit3cee22e21f68e22699407582003fa33cd958905a (patch)
tree4a5d8bbe5a7cfc507fa666778b77add2027f708c /include/dbschema.h
parent0df3573877765e8d378b4d195a97cf75fae253af (diff)
........S. [ZBXNEXT-6470,ZBXNEXT-6715] increased ZBX_MAX_FIELDS
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 0cb8b56b091..df0412e5f27 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 110 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
+#define ZBX_MAX_FIELDS 111 /* 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