mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:34:14 +08:00
tool: show operational txnid in mdbx_chk.
This commit is contained in:
parent
47cc45dec4
commit
1e0654a4a8
@ -913,7 +913,7 @@ int main(int argc, char *argv[]) {
|
||||
size_t traversal_problems;
|
||||
size_t empty_pages, lost_bytes;
|
||||
|
||||
print("Traversal b-tree...\n");
|
||||
print("Traversal b-tree by txn#%" PRIaTXN "...\n", txn->mt_txnid);
|
||||
fflush(NULL);
|
||||
walk.pagemap = calloc(lastpgno, sizeof(*walk.pagemap));
|
||||
if (!walk.pagemap) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user