summaryrefslogtreecommitdiff
path: root/lib/ldb/ABI/ldb-1.1.9.sigs
AgeCommit message (Collapse)AuthorFilesLines
2012-07-31lib/ldb: Ensure rename target does not exist before deleting old recordAndrew Bartlett1-0/+258
This is all in a transaction, but when we are handling rename errors in the repl_meta_data module, we key off the error, and do not close the transaction. We found that the old record was gone and so could not try renaming it again to a conflict DN. Andrew Bartlett