提交 210c8018 编写于 作者: Z zhiru

update


Former-commit-id: 0eb9b5f027c49b5734411b5ae4ad9e384129a134
上级 1982887e
......@@ -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) << ";";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册