Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0a01d0f

Browse filesBrowse files
committed
gcc compilation fixed
Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
1 parent b684c8d commit 0a01d0f
Copy full SHA for 0a01d0f

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎be/src/io/cache/block_file_cache.cpp

Copy file name to clipboardExpand all lines: be/src/io/cache/block_file_cache.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ bool BlockFileCache::try_reserve(const UInt128Wrapper& hash, const CacheContext&
10181018
}
10191019

10201020
void BlockFileCache::try_evict_in_advance(size_t size, std::lock_guard<std::mutex>& cache_lock) {
1021-
UInt128Wrapper hash;
1021+
UInt128Wrapper hash = UInt128Wrapper();
10221022
size_t offset = 0;
10231023
CacheContext context;
10241024
context.cache_type = FileCacheType::NORMAL;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.