mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3328
This commit is contained in:
parent
d935377785
commit
2d5655b823
|
@ -313,8 +313,8 @@ SELECT
|
||||||
end
|
end
|
||||||
else host.os_version
|
else host.os_version
|
||||||
end AS OS_Version,
|
end AS OS_Version,
|
||||||
exit_status AS Exit_Status,
|
exit_status,
|
||||||
COUNT(*) AS Error_Count
|
COUNT(*) AS error_count
|
||||||
FROM result
|
FROM result
|
||||||
left join host on result.hostid = host.id
|
left join host on result.hostid = host.id
|
||||||
WHERE
|
WHERE
|
||||||
|
|
Loading…
Reference in New Issue