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:
authorIvo Kurzemnieks <ivo.kurzemnieks@zabbix.com>2021-06-15 16:40:31 +0300
committerIvo Kurzemnieks <ivo.kurzemnieks@zabbix.com>2021-06-15 16:40:31 +0300
commitde859b424924b56ae6240e2956be65407894b4a3 (patch)
tree36177b3c2e25d68a5d816e69337b9f0c3180c268 /include/dbschema.h
parent9ba1c9f0487bfc44b7709c14c25da430d9f92098 (diff)
....I..... [ZBXNEXT-4029] added DB patch
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 cd9357829e0..69e0f97989e 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 107 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
+#define ZBX_MAX_FIELDS 109 /* 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