#32 closed defect (fixed)
Database init is broken if GrowingLogFiles is used with signed database
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | critical | Milestone: | 2.2.4 |
Component: | main | Version: | 2.2.3 |
Keywords: | Cc: |
Description
Due to a flaw in control flow logic, GrowingLogFiles indiscriminately tries to reload the database to check for previous size/checksum of a file, even in init mode. If the database has to be signed, the result is incomplete init, and thus many reports about new files upon first check run.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [59].