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
|
||||
else host.os_version
|
||||
end AS OS_Version,
|
||||
exit_status AS Exit_Status,
|
||||
COUNT(*) AS Error_Count
|
||||
exit_status,
|
||||
COUNT(*) AS error_count
|
||||
FROM result
|
||||
left join host on result.hostid = host.id
|
||||
WHERE
|
||||
|
|
Loading…
Reference in New Issue