mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
update
Former-commit-id: 0eb9b5f027c49b5734411b5ae4ad9e384129a134
This commit is contained in:
parent
1982887eb2
commit
210c801839
@ -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