boinc/db
Bruce Allen f85b7d8da3 - Fixed a nasty bug in the scheduler. Under a number of possible
error conditions, handle_request.C would read only some fields of
      and existing request into memory, and then write more of those fields,
      some of which were null, back into memory.  This had the effect of nulling
      out outcome, client_state, exit_status, cpu_time, xml_doc_out, stderr_out,
      validate_state, claimed_credit and client_version.  The point is that
      DB_SCHED_RESULT_ITEM_SET::enumerate() followed by
      DB_SCHED_RESULT_ITEM_SET::update_result
      did not preserve an 'existing result'.  It wiped out the fields above.

svn path=/trunk/boinc/; revision=4724
2004-12-03 14:50:12 +00:00
..
.cvsignore Cleaned up .cvsignore files 2004-11-19 16:27:06 +00:00
Makefile.am - Fixed autoconf/automake build process so that it works correctly 2004-11-26 17:45:13 +00:00
boinc_db.C - Fixed a nasty bug in the scheduler. Under a number of possible 2004-12-03 14:50:12 +00:00
boinc_db.h *** empty log message *** 2004-11-22 19:17:13 +00:00
constraints.sql *** empty log message *** 2004-08-07 20:23:22 +00:00
db_base.C - Added static volatile const char *BOINCrcsid="$Id$"; string to 2004-11-20 07:32:32 +00:00
db_base.h *** empty log message *** 2004-10-04 23:23:57 +00:00
init_db
mysql.h
schema.sql *** empty log message *** 2004-11-02 20:27:08 +00:00