Skip to content

[DocumentUrlDB] Remove recursive removal of parent directories

Stefan Brüns requested to merge work/bruns/simplify_docurldb into master

In case a directory is only part of the DB for structural integrity (i.e. unindexed parent directories of an indexed directory), removal of the indexed directory would also remove the parent directory.

This is fairly unnecessary as the entries do not pose any problem, they would be removed when the actual directory (or any of its parents) are removed.

Removal of the up-traversal gets rid of some quite convoluted code.

Merge request reports