mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
fix
Former-commit-id: ebf2ae2d41c259da0e3a22864eb30812b177c2de
This commit is contained in:
parent
0b84da5101
commit
049309f833
@ -404,7 +404,7 @@ Status MySQLMetaImpl::HasNonIndexFiles(const std::string &table_id, bool &has) {
|
|||||||
"WHERE table_id = " << quote << table_id << " AND " <<
|
"WHERE table_id = " << quote << table_id << " AND " <<
|
||||||
"(file_type = " << std::to_string(TableFileSchema::RAW) << " OR " <<
|
"(file_type = " << std::to_string(TableFileSchema::RAW) << " OR " <<
|
||||||
"file_type = " << std::to_string(TableFileSchema::NEW) << " OR " <<
|
"file_type = " << std::to_string(TableFileSchema::NEW) << " OR " <<
|
||||||
"file_type = " << std::to_string(TableFileSchema::TO_INDEX) << ") " <<
|
"file_type = " << std::to_string(TableFileSchema::TO_INDEX) << ")) " <<
|
||||||
"AS " << quote << "check" << ";";
|
"AS " << quote << "check" << ";";
|
||||||
|
|
||||||
ENGINE_LOG_DEBUG << "MySQLMetaImpl::HasNonIndexFiles: " << hasNonIndexFilesQuery.str();
|
ENGINE_LOG_DEBUG << "MySQLMetaImpl::HasNonIndexFiles: " << hasNonIndexFilesQuery.str();
|
||||||
|
Loading…
Reference in New Issue
Block a user