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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-10-20 19:13:54 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-10-20 19:13:54 +0300
commit8f0fa607815a14441464ef26d033bce82f181501 (patch)
treeb67ddac996bc52b96f4516f92231a83a118da92a /include/dbschema.h
parent4f3bd2e472e8e2738035b19b26dc16ca8a8db894 (diff)
.......PS. [ZBXNEXT-6945] fixed count of fields in config table
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 df0412e5f27..5f85ccd479d 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 111 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
+#define ZBX_MAX_FIELDS 115 /* 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