Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
2654be78
Commit
2654be78
authored
Nov 08, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add linktest to osfeature set.
parent
bed56c97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
sql/database-create.sql
sql/database-create.sql
+3
-1
sql/database-migrate.txt
sql/database-migrate.txt
+4
-0
No files found.
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
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