提交 9c4812a4 编写于 作者: Z zhiru 提交者: jinhai

update


Former-commit-id: 9739a080b909a41bd06bc0a795466fda10ff495f
上级 776b7987
......@@ -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.
先完成此消息的编辑!
想要评论请 注册