[btree_damage_visitor] Check the value_size agrees.
Patch from Ming-Hung Tsai
This commit is contained in:
@ -161,6 +161,9 @@ namespace persistent_data {
|
||||
return raw_;
|
||||
}
|
||||
|
||||
bool value_sizes_match() const;
|
||||
std::string value_mismatch_string() const;
|
||||
|
||||
private:
|
||||
static unsigned calc_max_entries(void);
|
||||
void check_fits_within_block() const;
|
||||
|
Reference in New Issue
Block a user