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:
authorVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2020-07-10 11:08:22 +0300
committerVladimirs Maksimovs <vladimirs.maksimovs@zabbix.com>2020-07-10 11:08:22 +0300
commitea96ab369625ab0864b17fafed317d135e5b9101 (patch)
treed22f926a99142907c992391abffcca57e128a912 /include/dbschema.h
parent4d1ad439bee62331e71edcc17f0c4a23b0dd7e6e (diff)
A.F.I..... [ZBXNEXT-82] removed session_name parameter from config table and all it's calls
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 fd6a888b56e..e09aca974d5 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 101 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
+#define ZBX_MAX_FIELDS 100 /* 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