mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-06 19:08:56 +08:00
mdbx: fix dummy coverity-scan warning.
This commit is contained in:
@@ -1090,7 +1090,7 @@ next_gc:
|
||||
rkl_t *rkl = &txn->wr.gc.reclaimed;
|
||||
const char *rkl_name = "reclaimed";
|
||||
if (mc->dbi_state != txn->dbi_state &&
|
||||
(MDBX_DEBUG || pnl_size(txn->wr.repnl) > (size_t)gc->tree->height + gc->tree->height + 3)) {
|
||||
(MDBX_DEBUG > 0 || pnl_size(txn->wr.repnl) > (size_t)gc->tree->height + gc->tree->height + 3)) {
|
||||
gc->next = txn->cursors[FREE_DBI];
|
||||
txn->cursors[FREE_DBI] = gc;
|
||||
ret.err = cursor_del(gc, 0);
|
||||
|
||||
Reference in New Issue
Block a user