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
6f79ee64
Commit
6f79ee64
authored
Jan 02, 2018
by
Leigh B Stoller
Browse files
Fix query I broke in previous revision.
parent
60527945
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Reservation.pm.in
View file @
6f79ee64
...
...
@@ -578,7 +578,7 @@ sub LookupAll($$;$)
"LEFT OUTER JOIN experiments AS e ON "
.
"r.pid=e.pid AND r.eid=e.eid "
.
"LEFT OUTER JOIN experiment_stats AS stats ON "
.
"
r.p
id=stats.
pid AND r.eid=stats.e
id LEFT "
.
"
e.
id
x
=stats.
expt
id
x
LEFT "
.
"OUTER JOIN next_reserve AS nr ON "
.
"n.node_id=nr.node_id LEFT OUTER JOIN "
.
"project_reservations AS pr ON "
.
...
...
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