mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3324
This commit is contained in:
parent
69a0d21b0c
commit
fc79be1090
|
@ -312,8 +312,8 @@ SELECT case
|
|||
else host.os_version
|
||||
end AS OS_Version,
|
||||
app_version_num AS App_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