-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#533) Add print fn to print branch BTrees under trunk node.
- Introduce trunk_print_branch_btrees() to walk the root-addresses of branch BTree nodes for a given trunk node, and to invoke the BTree print methods on each such branch. The top-level BTree root node is being printed right, but upon recursing down, we are running into an unallocated page error. allocator_page_valid() is consistently failing for all sub-trees under root branch BTree.
- Loading branch information
Showing
3 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters