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

Documentation

上级 f2b7fd2a
...@@ -46,7 +46,7 @@ Change Log ...@@ -46,7 +46,7 @@ Change Log
</li><li>The license has changed to MPL 2.0 + EPL 1.0. </li><li>The license has changed to MPL 2.0 + EPL 1.0.
</li><li>MVStore: temporary tables from result sets could survive re-opening a database, </li><li>MVStore: temporary tables from result sets could survive re-opening a database,
which could result in a ClassCastException. which could result in a ClassCastException.
</li><li>MVStore: unique indexes that were created later on did not work correctly </li><li>Issue 566: MVStore: unique indexes that were created later on did not work correctly
if there were over 5000 rows in the table. if there were over 5000 rows in the table.
</li><li>MVStore: creating secondary indexes on large tables </li><li>MVStore: creating secondary indexes on large tables
results in missing rows in the index. results in missing rows in the index.
......
...@@ -71,7 +71,8 @@ public class Chunk { ...@@ -71,7 +71,8 @@ public class Chunk {
public long maxLenLive; public long maxLenLive;
/** /**
* The garbage collection priority. * The garbage collection priority. Priority 0 means it needs to be
* collected, a high value means low priority.
*/ */
public int collectPriority; public int collectPriority;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论