implemented feature request from Ole Rasmussen regarding table name retrieval speedup

This commit is contained in:
Miroslav Stampar
2010-04-15 09:36:13 +00:00
parent 1ab78ce60e
commit 17554759b7
3 changed files with 26 additions and 0 deletions

View File

@@ -783,6 +783,7 @@ class Enumeration:
query = rootQuery["blind"]["query"] % (db, index)
table = inject.getValue(query, inband=False)
tables.append(table)
kb.hintValue = table
if tables:
kb.data.cachedTables[db] = tables