mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
allow tokftdump to work on old tokudb files
This commit is contained in:
parent
a52b3259f6
commit
84c2b27088
1 changed files with 2 additions and 1 deletions
|
@ -256,7 +256,8 @@ dump_node (int f, BLOCKNUM blocknum, FT h) {
|
|||
for (int i=0; i<n->n_children-1; i++) {
|
||||
const DBT *piv = &n->childkeys[i];
|
||||
printf(" pivot %2d:", i);
|
||||
assert(n->flags == 0);
|
||||
if (n->flags)
|
||||
printf(" flags=%x ", n->flags);
|
||||
print_item(piv->data, piv->size);
|
||||
printf("\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue