Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
c017064d
Commit
c017064d
authored
May 17, 2002
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added lossrate field to widearea_* tables.
parent
7936160a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sql/database-create.sql
sql/database-create.sql
+2
-0
No files found.
sql/database-create.sql
View file @
c017064d
...
...
@@ -999,6 +999,7 @@ CREATE TABLE widearea_delays (
iface2
varchar
(
10
)
NOT
NULL
default
''
,
bandwidth
double
default
NULL
,
time_stddev
float
NOT
NULL
default
'0'
,
lossrate
float
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
node_id1
,
iface1
,
node_id2
,
iface2
)
)
TYPE
=
MyISAM
;
...
...
@@ -1016,6 +1017,7 @@ CREATE TABLE widearea_recent (
iface2
varchar
(
10
)
NOT
NULL
default
''
,
bandwidth
double
default
NULL
,
time_stddev
float
NOT
NULL
default
'0'
,
lossrate
float
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
node_id1
,
iface1
,
node_id2
,
iface2
)
)
TYPE
=
MyISAM
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment