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

Formatting.

上级 9d297727
...@@ -40,7 +40,6 @@ Documentation ...@@ -40,7 +40,6 @@ Documentation
MVTableEngine: MVTableEngine:
- test and possibly allow MVCC & MULTI_THREADED - test and possibly allow MVCC & MULTI_THREADED
- maybe enable MVCC by default (but allow to disable it) - maybe enable MVCC by default (but allow to disable it)
- config options for compression and page size (maybe combined)
- test with MVStore.ASSERT enabled - test with MVStore.ASSERT enabled
TransactionStore: TransactionStore:
......
...@@ -1472,7 +1472,7 @@ public class ObjectDataType implements DataType { ...@@ -1472,7 +1472,7 @@ public class ObjectDataType implements DataType {
*/ */
class SerializedObjectType extends AutoDetectDataType { class SerializedObjectType extends AutoDetectDataType {
int averageSize = 10000; private int averageSize = 10000;
SerializedObjectType(ObjectDataType base) { SerializedObjectType(ObjectDataType base) {
super(base, TYPE_SERIALIZED_OBJECT); super(base, TYPE_SERIALIZED_OBJECT);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论