[thin_repair/thin_dump] Exclude unwanted btree nodes

This commit is contained in:
Ming-Hung Tsai 2021-08-24 20:59:47 +08:00
parent d2d6ab7926
commit e6f17d4b4f

View File

@ -597,6 +597,8 @@ namespace {
info.nr_mappings = n.get_nr_entries();
}
} else {
fail(info, "not the value size of interest");
}
return info;