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
6cc00b41
Commit
6cc00b41
authored
Apr 11, 2011
by
David Johnson
Browse files
Bug fixes: minor stuff.
parent
72280eef
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Experiment.pm.in
View file @
6cc00b41
...
...
@@ -3590,7 +3590,7 @@ sub UploadBlobs($$)
if
(
!$found) {
#
need
to
add
this
blob
fresh
!
my
$
swapperuid
=
$
experiment
->
swapper
();
my
$
swapperuid
=
$
self
->
swapper
();
DBQueryFatal
(
"insert into blobs"
.
" (uuid,filename,owner_uid,vblob_id,exptidx)"
.
" values (UUID(),'$vfilename','$swapperuid',"
.
...
...
@@ -3627,7 +3627,7 @@ sub RemoveBlobs($$)
my $idx = $self->idx();
my $qres = DBQueryFatal("delete from blobs" .
my $qres = DBQueryFatal("delete from
blobs using
blobs" .
" left join virt_blobs as vblobs" .
" on blobs.vblob_id=vblobs.vblob_id" .
" where blobs.exptidx=$idx" .
...
...
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