mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3334
This commit is contained in:
parent
d4a4ccc57f
commit
da4171b59e
|
@ -155,14 +155,14 @@ class SqlQueryString {
|
|||
$this->addeq('hostid');
|
||||
$this->addeq('userid');
|
||||
$this->addeq('teamid');
|
||||
if ($_GET['nsecs']) {
|
||||
$this->addeq('exit_status');
|
||||
if ($_GET['nsecs']) {
|
||||
$_GET['received_time'] = time() - $_GET['nsecs'];
|
||||
}
|
||||
$this->addgt('received_time');
|
||||
$this->addeqnz('server_state');
|
||||
$this->addeqnz('outcome');
|
||||
$this->addeqnz('client_state');
|
||||
$this->addeqnz('exit_status');
|
||||
if ($_GET['clauses']) {
|
||||
$this->addclause($_GET['clauses']);
|
||||
}
|
||||
|
@ -334,6 +334,9 @@ WHERE
|
|||
|
||||
function show_failure_result_summary_by_platform() {
|
||||
|
||||
$_GET['table'] = 'result';
|
||||
$_GET['sort_by'] = ''; // ignore sort
|
||||
|
||||
$query_appid = $_GET['appid'];
|
||||
$query_received_time = time() - $_GET['nsecs'];
|
||||
|
||||
|
|
Loading…
Reference in New Issue