mdbx: rename "other" pages to "broken" in chk-output.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-10-27 20:36:12 +03:00
parent c466dea250
commit b8f4d6ccdd
2 changed files with 9 additions and 9 deletions

2
mdbx.h
View File

@@ -6548,7 +6548,7 @@ typedef struct MDBX_chk_table {
size_t payload_bytes, lost_bytes;
struct {
size_t all, empty, other;
size_t all, empty, broken;
size_t branch, leaf;
size_t nested_branch, nested_leaf, nested_subleaf;
} pages;