提交 8056963c 编写于 作者: Y Yu Kun

Merge remote-tracking branch 'upstream/branch-0.4.0' into branch-0.4.0


Former-commit-id: 9edf65c45ea84625081581133bdc63c77e3226a1
...@@ -40,7 +40,7 @@ struct TableSchema { ...@@ -40,7 +40,7 @@ struct TableSchema {
uint16_t dimension_ = 0; uint16_t dimension_ = 0;
int64_t created_on_ = 0; int64_t created_on_ = 0;
int64_t flag_ = 0; int64_t flag_ = 0;
int32_t index_file_size_ = DEFAULT_INDEX_FILE_SIZE; int64_t index_file_size_ = DEFAULT_INDEX_FILE_SIZE;
int32_t engine_type_ = DEFAULT_ENGINE_TYPE; int32_t engine_type_ = DEFAULT_ENGINE_TYPE;
int32_t nlist_ = DEFAULT_NLIST; int32_t nlist_ = DEFAULT_NLIST;
int32_t metric_type_ = DEFAULT_METRIC_TYPE; int32_t metric_type_ = DEFAULT_METRIC_TYPE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册