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

Formatting

上级 f2fa894f
...@@ -298,11 +298,12 @@ public class PageDataNode extends PageData { ...@@ -298,11 +298,12 @@ public class PageDataNode extends PageData {
} }
count += page.getDiskSpaceUsed(); count += page.getDiskSpaceUsed();
index.getDatabase().setProgress(DatabaseEventListener.STATE_SCAN_FILE, index.getDatabase().setProgress(DatabaseEventListener.STATE_SCAN_FILE,
index.getTable() + "." + index.getName(), (int) (count>>16), Integer.MAX_VALUE); index.getTable() + "." + index.getName(),
(int) (count >> 16), Integer.MAX_VALUE);
} }
return count; return count;
} }
void setRowCountStored(int rowCount) { void setRowCountStored(int rowCount) {
this.rowCount = rowCount; this.rowCount = rowCount;
if (rowCountStored != rowCount) { if (rowCountStored != rowCount) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论