*** empty log message ***

svn path=/trunk/boinc/; revision=2498
This commit is contained in:
Karl Chen 2003-10-17 09:07:08 +00:00
parent 1036bdca4b
commit 76af0255bc
1 changed files with 2 additions and 1 deletions

View File

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