[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#9095) back-mdb slapindex missing records



Full_Name: Howard Chu
Version: 2.4
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (84.203.26.174)
Submitted by: hyc


In back-mdb the entry reindexer operates in batches of 500 entries at a time.
(I.e., it commits one LMDB txn for every 500 entries.) But a final txn_commit is
missing in tool_entry_close() to flush out the last few entries that were
operated on.