mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2497
This commit is contained in:
parent
4749dca86e
commit
1036bdca4b
|
@ -6869,4 +6869,6 @@ Karl 2003-10-16
|
|||
py/Boinc/
|
||||
db_base.py (new)
|
||||
database.py
|
||||
|
||||
setup_project.py
|
||||
test/
|
||||
testbase.py
|
||||
|
|
|
@ -201,6 +201,7 @@ class Result(DatabaseObject):
|
|||
'outcome',
|
||||
'client_state',
|
||||
'hostid',
|
||||
'userid',
|
||||
'report_deadline',
|
||||
'sent_time',
|
||||
'received_time',
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue