Skip to content

Commit

Permalink
Merge branch 'main' into fix-bulk-loader-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
liulx20 authored Jun 17, 2024
2 parents f7027d0 + a7a98e7 commit d046aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flex/utils/mmap_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ class mmap_array {
std::swap(size_, rhs.size_);
std::swap(mmap_size_, rhs.mmap_size_);
std::swap(hugepage_prefered_, rhs.hugepage_prefered_);
std::swap(sync_to_file_, rhs.sync_to_file_);
}

const std::string& filename() const { return filename_; }
Expand Down

0 comments on commit d046aa3

Please sign in to comment.