Commit 20f2cc5c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 517ec668
......@@ -313,6 +313,7 @@ class XLOTree(LOBTree):
max_internal_size = 2
zbcheck._type2kind[XLOTree] = (zbcheck.TYPE_BTREE, True)
zbcheck._btree2bucket[XLOTree] = XLOTree._bucket_type
def crack_btree(ztree):
return zbcheck.crack_btree(ztree, is_mapping=True)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment