Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
d611da42
Commit
d611da42
authored
May 17, 2002
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a time_stddev column, in preparation for receiving this data
from Dave.
parent
adcb7c8b
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 @
d611da42
...
...
@@ -998,6 +998,7 @@ CREATE TABLE widearea_delays (
node_id2
varchar
(
10
)
NOT
NULL
default
''
,
iface2
varchar
(
10
)
NOT
NULL
default
''
,
bandwidth
double
default
NULL
,
time_stddev
float
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
node_id1
,
iface1
,
node_id2
,
iface2
)
)
TYPE
=
MyISAM
;
...
...
@@ -1014,6 +1015,7 @@ CREATE TABLE widearea_recent (
node_id2
varchar
(
10
)
NOT
NULL
default
''
,
iface2
varchar
(
10
)
NOT
NULL
default
''
,
bandwidth
double
default
NULL
,
time_stddev
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