#51000 Remove code duplication from the BDB backend separation work
Closed: wontfix 3 years ago by mreynolds. Opened 4 years ago by mreynolds.

Issue Description

There is some code duplication from when the BDB backend code was separated. Here is one example where this code is found in back-ldbm/db-bdb/bdb_config.c and back-ldbm/ldbm_config.c

slapi_config_register_callback(SLAPI_OPERATION_SEARCH, DSE_FLAG_PREOP, dn,
                                   LDAP_SCOPE_BASE, "(objectclass=*)", ldbm_back_dbmonitor_search,
                                   (void *)li)

Metadata Update from @mreynolds:
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None
- Issue assigned to lkrispen
- Issue priority set to: major
- Issue set to the milestone: 1.4.2

4 years ago

Metadata Update from @mreynolds:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1851972

3 years ago

Metadata Update from @mreynolds:
- Issue assigned to mreynolds (was: lkrispen)
- Issue tagged with: lmdb

3 years ago

Commit ed5b13c relates to this ticket

Commit ed5b13c relates to this ticket

f7f79ae..7ab8bad 389-ds-base-1.4.3 -> 389-ds-base-1.4.3

14b0dcb..88006a6 389-ds-base-1.4.2 -> 389-ds-base-1.4.2

Metadata Update from @mreynolds:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

3 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/4053

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

3 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests