提交 ddc1b4c9 authored 作者: Thomas Mueller's avatar Thomas Mueller

MVStore improved dump output

上级 885b6917
......@@ -83,7 +83,9 @@ public class MVStoreTool {
" at " + pos +
" length " + chunkLength +
" pageCount " + pageCount +
" root " + metaRootPos +
" root " + metaRootPos +
" chunk " + DataUtils.getPageChunkId(metaRootPos) +
" offset " + DataUtils.getPageOffset(metaRootPos) +
" maxLength " + maxLength +
" maxLengthLive " + maxLengthLive);
ByteBuffer chunk = ByteBuffer.allocate(chunkLength);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论