提交 72266177 编写于 作者: X Xu Peng

fix(db): change type from into to size_t


Former-commit-id: e1e16afbac7ea8d763c328c9903f4cbe2689d755
上级 5c79aaf5
/*******************************************************************************
* long rows = 3*1024*1024*1024;
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited.
* Proprietary and confidential.
......@@ -480,7 +481,7 @@ Status DBMetaImpl::archive_files() {
}
}
if (criteria == "disk") {
int G = 1024*1024*1024;
size_t G = 1024*1024*1024;
long unsigned int sum = 0;
try {
auto sum_c = ConnectorPtr->sum(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册