@@ -678,7 +678,7 @@ static int handle_split_of_child (BRT t, BRTNODE node, int childnum,
gotook;
caseBRT_NONE:
// Don't have to do anything in this case, can just drop the command
gotook;
break;
}
printf("Bad type %d\n",type);// Don't use default: because I want a compiler warning if I forget a enum case, and I want a runtime error if the type isn't one of the expected ones.
assert(0);
...
...
@@ -1745,7 +1745,7 @@ int toku_dump_brtnode (BRT brt, DISKOFF off, int depth, bytevec lorange, ITEMLEN