mirror of
https://github.com/isar/libmdbx.git
synced 2025-09-02 00:12:21 +08:00
mdbx: отключение уже ненужной отладки внутри txn_merge()
(backport).
This commit is contained in:
@@ -11473,7 +11473,7 @@ static __inline void txn_merge(MDBX_txn *const parent, MDBX_txn *const txn,
|
|||||||
}
|
}
|
||||||
++w;
|
++w;
|
||||||
}
|
}
|
||||||
NOTICE("squash to begin for extending-merge %zu -> %zu", d, w - 1);
|
VERBOSE("squash to begin for extending-merge %zu -> %zu", d, w - 1);
|
||||||
d = w - 1;
|
d = w - 1;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -11515,7 +11515,7 @@ static __inline void txn_merge(MDBX_txn *const parent, MDBX_txn *const txn,
|
|||||||
}
|
}
|
||||||
--w;
|
--w;
|
||||||
}
|
}
|
||||||
NOTICE("squash to end for shrinking-merge %zu -> %zu", d, w + 1);
|
VERBOSE("squash to end for shrinking-merge %zu -> %zu", d, w + 1);
|
||||||
d = w + 1;
|
d = w + 1;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user