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:
authorAndris Zeila <andris.zeila@zabbix.com>2015-03-24 14:17:54 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2015-03-24 14:17:54 +0300
commit6745d16538afefdbe8a088596ffcedcf4c5ccbfc (patch)
tree2e4420417edfd6a13fae80f62aa06691a573e032 /include/dbschema.h
parent0efe27a65e4e635935b68cba381db79d8fc17678 (diff)
....I..... [ZBXNEXT-1219] added primary key itemapplicationprototypeid to item_application_prototype table
Diffstat (limited to 'include/dbschema.h')
-rw-r--r--include/dbschema.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbschema.h b/include/dbschema.h
index 2f553f44c96..da4acb58494 100644
--- a/include/dbschema.h
+++ b/include/dbschema.h
@@ -39,9 +39,9 @@
#define ZBX_TYPE_LONGTEXT 8
#define ZBX_MAX_FIELDS 73 /* maximum number of fields in a table plus one for null terminator in dbschema.c */
-#define ZBX_TABLENAME_LEN 21
+#define ZBX_TABLENAME_LEN 26
#define ZBX_TABLENAME_LEN_MAX (ZBX_TABLENAME_LEN + 1)
-#define ZBX_FIELDNAME_LEN 24
+#define ZBX_FIELDNAME_LEN 26
#define ZBX_FIELDNAME_LEN_MAX (ZBX_FIELDNAME_LEN + 1)
typedef struct