boinc/db
David Anderson 85d0027d3b - server: DB update queries check that the number of affected rows is 1.
However, MySQL's default is that "affected rows" is
    rows actually modified, which is not what we want.
    Use the CLIENT_FOUND_ROWS option in mysql_real_connect()
    to change the semantics to "rows matched".
    From Oliver Bock.

svn path=/trunk/boinc/; revision=20880
2010-03-12 19:36:20 +00:00
..
Makefile.am Added include of Makefile.incl and "if INSTALL_HEADERS" around 2009-03-09 15:38:21 +00:00
boinc_db.cpp - server: major improvements to locality scheduling from Einstein@home. 2010-03-05 22:55:16 +00:00
boinc_db.h - client: if a GPU job is blocked on available mem, 2010-03-10 06:00:37 +00:00
bolt_constraints.sql
bolt_schema.sql Bolt stuff 2008-10-30 22:58:33 +00:00
bossa_constraints.sql - scheduler: in matchmaker scheduler, if find a "locked" array slot, 2008-07-18 20:59:59 +00:00
bossa_schema.sql - lib: fix typo 2008-08-20 16:49:37 +00:00
constraints.sql
db_base.cpp - server: DB update queries check that the number of affected rows is 1. 2010-03-12 19:36:20 +00:00
db_base.h - scheduler: FCGI: use mysql_ping() to check that DB connection 2008-10-02 19:03:52 +00:00
init_db
schema.sql - server credit stuff. 2010-03-10 00:33:31 +00:00
schema_locality.sql - server: major improvements to locality scheduling from Einstein@home. 2010-03-05 22:55:16 +00:00