mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
update
Former-commit-id: 8c424908b64391585954bd72c65eb8572df4915b
This commit is contained in:
parent
7bc5873743
commit
f41a834b92
@ -1247,7 +1247,7 @@ namespace meta {
|
||||
// }
|
||||
|
||||
Query getSizeQuery = connectionPtr->query();
|
||||
getSizeQuery << "SELECT SUM(size) AS sum " <<
|
||||
getSizeQuery << "SELECT IFNULL(SUM(size),0) AS sum " <<
|
||||
"FROM TableFiles " <<
|
||||
"WHERE file_type <> " << std::to_string(TableFileSchema::TO_DELETE) << ";";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user