*** empty log message ***

svn path=/trunk/boinc/; revision=2497
This commit is contained in:
Karl Chen 2003-10-17 09:05:31 +00:00
parent 4749dca86e
commit 1036bdca4b
3 changed files with 5 additions and 2 deletions

View File

@ -6869,4 +6869,6 @@ Karl 2003-10-16
py/Boinc/
db_base.py (new)
database.py
setup_project.py
test/
testbase.py

View File

@ -201,6 +201,7 @@ class Result(DatabaseObject):
'outcome',
'client_state',
'hostid',
'userid',
'report_deadline',
'sent_time',
'received_time',

View File

@ -510,7 +510,7 @@ def init_table_classes(database_classes_, more_id_lookups = {}):
def check_database_consistency():
'''Raises DatabaseInconsistency on error.
Loads the entire database into memory so will take a while.
Iterates through the entire database so will take a while.
'''
for table in database_tables:
print '\rChecking %s: [counting]' %(table.table),