Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
38e98374
Commit
38e98374
authored
Jan 20, 2006
by
Leigh B. Stoller
Browse files
Add linkdelays to osfeature list in the os_info table.
parent
4547eb14
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
38e98374
...
...
@@ -1537,7 +1537,7 @@ CREATE TABLE os_info (
path
tinytext
,
magic
tinytext
,
machinetype
varchar
(
30
)
NOT
NULL
default
''
,
osfeatures
set
(
'ping'
,
'ssh'
,
'ipod'
,
'isup'
,
'veths'
,
'mlinks'
,
'linktest'
)
default
NULL
,
osfeatures
set
(
'ping'
,
'ssh'
,
'ipod'
,
'isup'
,
'veths'
,
'mlinks'
,
'linktest'
,
'linkdelays'
)
default
NULL
,
ezid
tinyint
(
4
)
NOT
NULL
default
'0'
,
shared
tinyint
(
4
)
NOT
NULL
default
'0'
,
mustclean
tinyint
(
4
)
NOT
NULL
default
'1'
,
...
...
sql/database-migrate.txt
View file @
38e98374
...
...
@@ -3117,3 +3117,9 @@ last_net_act,last_cpu_act,last_ext_act);
alter table os_info change column OS OS \
enum('Unknown','Linux','Fedora','FreeBSD','NetBSD',\
'OSKit','Windows','TinyOS','Other') default 'Unknown';
4.33: Add Fedora as an OS to the os_info table.
alter table os_info change osfeatures osfeatures \
set('ping','ssh','ipod','isup','veths','mlinks', \
'linktest','linkdelays') default NULL;
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment