Skip to content
GitLab
Menu
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
2654be78
Commit
2654be78
authored
Nov 08, 2005
by
Leigh B. Stoller
Browse files
Add linktest to osfeature set.
parent
bed56c97
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-create.sql
View file @
2654be78
...
...
@@ -1385,7 +1385,7 @@ CREATE TABLE os_info (
path
tinytext
,
magic
tinytext
,
machinetype
varchar
(
30
)
NOT
NULL
default
''
,
osfeatures
set
(
'ping'
,
'ssh'
,
'ipod'
,
'isup'
,
'veths'
,
'mlinks'
)
default
NULL
,
osfeatures
set
(
'ping'
,
'ssh'
,
'ipod'
,
'isup'
,
'veths'
,
'mlinks'
,
'linktest'
)
default
NULL
,
ezid
tinyint
(
4
)
NOT
NULL
default
'0'
,
shared
tinyint
(
4
)
NOT
NULL
default
'0'
,
mustclean
tinyint
(
4
)
NOT
NULL
default
'1'
,
...
...
@@ -1580,6 +1580,8 @@ CREATE TABLE projects (
control_node
varchar
(
10
)
default
NULL
,
unix_gid
smallint
(
5
)
unsigned
NOT
NULL
auto_increment
,
approved
tinyint
(
4
)
default
'0'
,
inactive
tinyint
(
4
)
default
'0'
,
date_inactive
datetime
default
NULL
,
public
tinyint
(
4
)
NOT
NULL
default
'0'
,
public_whynot
tinytext
,
expt_count
mediumint
(
8
)
unsigned
default
'0'
,
...
...
sql/database-migrate.txt
View file @
2654be78
...
...
@@ -2869,4 +2869,8 @@ last_net_act,last_cpu_act,last_ext_act);
mysql tbdb < libtblog.sql
4.17: Add linktest feature.
alter table os_info change osfeatures osfeatures \
set('ping','ssh','ipod','isup','veths','mlinks','linktest') default NULL;
Write
Preview
Supports
Markdown
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