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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2011-04-19 16:42:26 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2011-04-19 16:42:26 +0400
commitd16be22486ae1d40bfb8b9a9908ff63f04697baf (patch)
treeeaa40223bfd9f599984154801fc9787ed3285c39 /include/dbschema.h
parent1bd8388eacac081bde0e005dbbe598b901c06c00 (diff)
- [ZBXNEXT-647] Added profile link functionality to template linkage (server side)
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 cf0ff605f49..8f50d54022c 100644
--- a/include/dbschema.h
+++ b/include/dbschema.h
@@ -40,7 +40,7 @@
#define ZBX_TYPE_UINT 5
#define ZBX_TYPE_ID 6
-#define ZBX_MAX_FIELDS 72 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
+#define ZBX_MAX_FIELDS 73 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
#define ZBX_TABLENAME_LEN 64
#define ZBX_TABLENAME_LEN_MAX ZBX_TABLENAME_LEN + 1
#define ZBX_FIELDNAME_LEN 64