Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Cecchet
emulab-devel
Commits
d611da42
Commit
d611da42
authored
22 years ago
by
Robert Ricci
Browse files
Options
Downloads
Patches
Plain Diff
Add a time_stddev column, in preparation for receiving this data
from Dave.
parent
adcb7c8b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/database-create.sql
+2
-0
2 additions, 0 deletions
sql/database-create.sql
with
2 additions
and
0 deletions
sql/database-create.sql
+
2
−
0
View file @
d611da42
...
@@ -998,6 +998,7 @@ CREATE TABLE widearea_delays (
...
@@ -998,6 +998,7 @@ CREATE TABLE widearea_delays (
node_id2
varchar
(
10
)
NOT
NULL
default
''
,
node_id2
varchar
(
10
)
NOT
NULL
default
''
,
iface2
varchar
(
10
)
NOT
NULL
default
''
,
iface2
varchar
(
10
)
NOT
NULL
default
''
,
bandwidth
double
default
NULL
,
bandwidth
double
default
NULL
,
time_stddev
float
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
node_id1
,
iface1
,
node_id2
,
iface2
)
PRIMARY
KEY
(
node_id1
,
iface1
,
node_id2
,
iface2
)
)
TYPE
=
MyISAM
;
)
TYPE
=
MyISAM
;
...
@@ -1014,6 +1015,7 @@ CREATE TABLE widearea_recent (
...
@@ -1014,6 +1015,7 @@ CREATE TABLE widearea_recent (
node_id2
varchar
(
10
)
NOT
NULL
default
''
,
node_id2
varchar
(
10
)
NOT
NULL
default
''
,
iface2
varchar
(
10
)
NOT
NULL
default
''
,
iface2
varchar
(
10
)
NOT
NULL
default
''
,
bandwidth
double
default
NULL
,
bandwidth
double
default
NULL
,
time_stddev
float
NOT
NULL
default
'0'
,
PRIMARY
KEY
(
node_id1
,
iface1
,
node_id2
,
iface2
)
PRIMARY
KEY
(
node_id1
,
iface1
,
node_id2
,
iface2
)
)
TYPE
=
MyISAM
;
)
TYPE
=
MyISAM
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment