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>2020-06-30 09:16:44 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2020-06-30 09:17:21 +0300
commit1aedda5d41416e54b017be2d6a59e4666c70d8e8 (patch)
tree5a1e18c761eb986b9275795e7ff7e2116e20bcc9 /include/dbschema.h
parenta83f71017e744275aea5b46cf401f8cbe84612aa (diff)
.......PS. [ZBXNEXT-5965] db upgrade with urandom
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