mirror of https://github.com/BOINC/boinc.git
Also need outcome...
svn path=/trunk/boinc/; revision=10229
This commit is contained in:
parent
a822d8312b
commit
26d08b603f
|
@ -1309,6 +1309,7 @@ void SCHED_RESULT_ITEM::parse(MYSQL_ROW& r) {
|
|||
sent_time = atoi(r[i++]);
|
||||
received_time = atoi(r[i++]);
|
||||
validate_state = atoi(r[i++]);
|
||||
outcome = atoi(r[i++]);
|
||||
}
|
||||
|
||||
int DB_SCHED_RESULT_ITEM_SET::add_result(char* result_name) {
|
||||
|
@ -1338,7 +1339,8 @@ int DB_SCHED_RESULT_ITEM_SET::enumerate() {
|
|||
" userid, "
|
||||
" sent_time, "
|
||||
" received_time, "
|
||||
" validate_state "
|
||||
" validate_state, "
|
||||
" outcome "
|
||||
"FROM "
|
||||
" result "
|
||||
"WHERE "
|
||||
|
|
Loading…
Reference in New Issue