提交 689e006c authored 作者: noelgrandin's avatar noelgrandin

When running the Recover tool on very large (>6G) databases, some statistics…

When running the Recover tool on very large (>6G) databases, some statistics were reported with negative numbers.
上级 34e8b659
...@@ -30,6 +30,8 @@ Change Log ...@@ -30,6 +30,8 @@ Change Log
in the Session query cache being invalidated. in the Session query cache being invalidated.
</li><li>New feature from Davide Cavestro - allow using custom Java object serialization </li><li>New feature from Davide Cavestro - allow using custom Java object serialization
engines on a per-DB basis. engines on a per-DB basis.
</li><li>When running the Recover tool on very large (>6G) databases, some statistics were reported with
negative numbers.
</li></ul> </li></ul>
<h2>Version 1.3.173 (2013-07-28)</h2> <h2>Version 1.3.173 (2013-07-28)</h2>
......
...@@ -109,12 +109,12 @@ public class Recover extends Tool implements DataHandler { ...@@ -109,12 +109,12 @@ public class Recover extends Tool implements DataHandler {
/** /**
* The number of bytes used for data. * The number of bytes used for data.
*/ */
int pageDataRows; long pageDataRows;
/** /**
* The number of bytes used for the page headers. * The number of bytes used for the page headers.
*/ */
int pageDataHead; long pageDataHead;
/** /**
* The count per page type. * The count per page type.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论