remove parameter to analyzeDB() (error in previous release)

This commit is contained in:
sqlcoder 2009-06-07 20:49:35 +01:00
parent 7e8b80948c
commit e662279acd

View File

@ -180,7 +180,7 @@ class Importer:
tottime += ttime
if self.settings['dropIndexes'] == 'drop':
self.fdb.afterBulkImport()
self.fdb.analyzeDB(self.fdb)
self.fdb.analyzeDB()
return (totstored, totdups, totpartial, toterrors, tottime)
# else: import threaded