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
bf73c52b
Commit
bf73c52b
authored
Jul 06, 2017
by
Leigh B Stoller
Browse files
mysql 5.7 fixup.
parent
f8b723d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/dashboard.ajax
View file @
bf73c52b
<?php
#
# Copyright (c) 2000-201
6
University of Utah and the Flux Group.
# Copyright (c) 2000-201
7
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -146,7 +146,7 @@ function Do_GetStats()
$query_result
=
DBQueryFatal
(
"select creator,creator_idx,count(creator) as ecount, "
.
" sum(physnode_count) as pcount "
.
"from apt_instances group by creator "
.
"from apt_instances group by creator
,creator_idx
"
.
"order by pcount desc limit 10"
);
while
(
$row
=
mysql_fetch_array
(
$query_result
))
{
$creator
=
$row
[
"creator"
];
...
...
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