From 76af0255bc55f234c647d04a100649bbe243866f Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 17 Oct 2003 09:07:08 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2498 --- py/Boinc/db_base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py/Boinc/db_base.py b/py/Boinc/db_base.py index 51e07faea1..b503e941ed 100644 --- a/py/Boinc/db_base.py +++ b/py/Boinc/db_base.py @@ -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()