Skip to content

Revert lmdb errcode

Ghost User requested to merge revert_lmdb_errcode into master

This reverts publishing lmdb rcodes from namedb backend.

  • Reason: Since the backends are switchable at runtime, backend-specific errors are problematic
  • Use case: I'm using an LMDB backend for cache. Now if I switch to another backend, I have to revise all retcodes

Merge request reports