EVE-SECURE / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
0 stars 0 forks source link

Updater is not updating all records #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Update 012, and possibly others, processes the DB 10000 records at a time
until a maximum value is reached. Currently the maximum value is set as the
number of records. This is then compared to kll_id. Deleted records mean
that the kll_id may be greater than the count, thus some records can be missed.

Either switch to MAX(kll_id) or use modified rows to check when the end of
the table has been reached.

Original issue reported on code.google.com by kovellia on 22 Jan 2010 at 12:23

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r427.

Original comment by kovellia on 22 Jan 2010 at 9:34