mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix(db): change type from into to size_t
Former-commit-id: e1e16afbac7ea8d763c328c9903f4cbe2689d755
This commit is contained in:
parent
5c79aaf51f
commit
7226617782
@ -1,4 +1,5 @@
|
||||
/*******************************************************************************
|
||||
* 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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user