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
7ccc5670
Commit
7ccc5670
authored
Apr 07, 2008
by
David Johnson
Browse files
Fix some dups in the upnodefilter case.
parent
0d2c2e02
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/plabmetrics.php3
View file @
7ccc5670
...
...
@@ -1658,8 +1658,8 @@ function pm_buildqueryinfo() {
$q_joinstr
=
" reserved as r"
.
" left join nodes as n on r.node_id=n.node_id"
.
" left join nodes as n2 on n.phys_nodeid=n2.phys_nodeid"
.
" left join node_types as nt2 on n
2
.type=nt2.type"
.
" left join plab_mapping as pm on n.
phys_
nodeid=pm.node_id"
.
" left join node_types as nt2 on n.type=nt2.type"
.
" left join plab_mapping as pm on n
2
.node
_
id=pm.node_id"
.
" left join plab_plc_info as ppi on pm.plc_idx=ppi.plc_idx"
;
}
else
{
...
...
@@ -1675,7 +1675,7 @@ function pm_buildqueryinfo() {
$q_joinstr
.
=
" left join plab_nodehiststats as pnhs"
.
" on pm.node_id=pnhs.node_id"
;
#
# Note that we have to use a subquery to get this crap. It's either that
# Note that we have to use a subquery to get this crap. It
\
's either that
# or use a view
#
$q_joinstr
.
=
" left join (select pngm.node_id as node_id,"
.
...
...
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