diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-09-17 09:35:13 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-09-17 09:35:13 +0000 |
| commit | 2ae95f35e566afdee93ea06bbf02443257ce7716 (patch) | |
| tree | 0eddf35ca439ddc34473ffe97fce4615705017ad /create | |
| parent | cb2c5743fee519c1490317552b98a09f48daf92a (diff) | |
| download | zabbix-2ae95f35e566afdee93ea06bbf02443257ce7716.tar.gz zabbix-2ae95f35e566afdee93ea06bbf02443257ce7716.tar.xz zabbix-2ae95f35e566afdee93ea06bbf02443257ce7716.zip | |
[DEV-23] improvements in configure.in IPv6 (Sasha)
[DEV-23] Autodiscovery for IPv6 (Sasha)
[DEV-17] Add support of IPv6 to standard library (comms.c) (Sasha)
[DEV-21] extended size of IP fields to accept IPv6 style IPs (Alexei)
[DEV-21] added basic validation of IPv6 IP addresses in GUI (Alexei)
[DEV-18] Modified structures of include/db.h to have larger length for IP addresses.
[DEV-18] database schema enhanced for IPv6 addresses (Alexei)
Minor fix for confgure.in.
support of --enable-ipv6 for configure.in (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@4752 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create')
| -rw-r--r-- | create/schema/schema.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql index 26fd43e8..31da1288 100644 --- a/create/schema/schema.sql +++ b/create/schema/schema.sql @@ -53,7 +53,7 @@ FIELD |ports |t_varchar(255) |'0' |NOT NULL |ZBX_SYNC TABLE|dhosts|dhostid|ZBX_SYNC FIELD |dhostid |t_id |'0' |NOT NULL |ZBX_SYNC FIELD |druleid |t_id |'0' |NOT NULL |ZBX_SYNC -FIELD |ip |t_varchar(15) |'' |NOT NULL |ZBX_SYNC +FIELD |ip |t_varchar(39) |'' |NOT NULL |ZBX_SYNC FIELD |status |t_integer |'0' |NOT NULL |ZBX_SYNC FIELD |lastup |t_integer |'0' |NOT NULL |ZBX_SYNC FIELD |lastdown |t_integer |'0' |NOT NULL |ZBX_SYNC @@ -122,7 +122,7 @@ TABLE|nodes|nodeid| FIELD |nodeid |t_integer |'0' |NOT NULL |0 FIELD |name |t_varchar(64) |'0' |NOT NULL |0 FIELD |timezone |t_integer |'0' |NOT NULL |ZBX_SYNC -FIELD |ip |t_varchar(15) |'' |NOT NULL |ZBX_SYNC +FIELD |ip |t_varchar(39) |'' |NOT NULL |ZBX_SYNC FIELD |port |t_integer |'10051'|NOT NULL |ZBX_SYNC FIELD |slave_history |t_integer |'30' |NOT NULL |ZBX_SYNC FIELD |slave_trends |t_integer |'365' |NOT NULL |ZBX_SYNC @@ -381,7 +381,7 @@ FIELD |hostid |t_id |'0' |NOT NULL |ZBX_SYNC FIELD |host |t_varchar(64) |'' |NOT NULL |ZBX_SYNC FIELD |dns |t_varchar(64) |'' |NOT NULL |ZBX_SYNC FIELD |useip |t_integer |'1' |NOT NULL |ZBX_SYNC -FIELD |ip |t_varchar(15) |'127.0.0.1'|NOT NULL |ZBX_SYNC +FIELD |ip |t_varchar(39) |'127.0.0.1'|NOT NULL |ZBX_SYNC FIELD |port |t_integer |'10050'|NOT NULL |ZBX_SYNC FIELD |status |t_integer |'0' |NOT NULL |ZBX_SYNC FIELD |disable_until |t_integer |'0' |NOT NULL |0 |
