Merge branch 'branch-0.4.0' into 'branch-0.4.0'

fix typo

See merge request megasearch/milvus!429

Former-commit-id: f4eeae6eaca344cdb744e463a490311fe77f16a0
pull/191/head
jinhai 2019-08-26 09:28:55 +08:00
commit f75cf9d1fa
1 changed files with 0 additions and 1 deletions

View File

@ -413,7 +413,6 @@ Status SqliteMetaImpl::DescribeTableIndex(const std::string &table_id, TableInde
auto groups = ConnectorPtr->select(columns(&TableSchema::engine_type_, auto groups = ConnectorPtr->select(columns(&TableSchema::engine_type_,
&TableSchema::nlist_, &TableSchema::nlist_,
&TableSchema::index_file_size_,
&TableSchema::metric_type_), &TableSchema::metric_type_),
where(c(&TableSchema::table_id_) == table_id where(c(&TableSchema::table_id_) == table_id
and c(&TableSchema::state_) != (int)TableSchema::TO_DELETE)); and c(&TableSchema::state_) != (int)TableSchema::TO_DELETE));