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
bfa0d1c7
Commit
bfa0d1c7
authored
Jan 15, 2004
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pid to images table for killing frisbee.
parent
f3061286
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
sql/database-create.sql
sql/database-create.sql
+1
-0
sql/database-migrate.txt
sql/database-migrate.txt
+6
-0
No files found.
sql/database-create.sql
View file @
bfa0d1c7
...
...
@@ -418,6 +418,7 @@ CREATE TABLE images (
path
tinytext
,
magic
tinytext
,
load_address
text
,
frisbee_pid
int
(
11
)
default
'0'
,
load_busy
tinyint
(
4
)
NOT
NULL
default
'0'
,
ezid
tinyint
(
4
)
NOT
NULL
default
'0'
,
shared
tinyint
(
4
)
NOT
NULL
default
'0'
,
...
...
sql/database-migrate.txt
View file @
bfa0d1c7
...
...
@@ -1245,3 +1245,9 @@ last_net_act,last_cpu_act,last_ext_act);
alter table experiments add column sim_reswap_count \
smallint(5) unsigned NOT NULL default '0';
1.219: Add pid to images table so we can kill frisbee for an image.
alter table images add frisbee_pid int(11) default '0' \
after load_address;
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