Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/txn (#1585) #2124

Merged
merged 5 commits into from
Nov 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FNT
  • Loading branch information
chejinge authored Nov 17, 2023
commit 8002177db66ffeb4bccc09b4020d239e55475057
1 change: 1 addition & 0 deletions src/storage/src/storage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,7 @@ int64_t Storage::IsExist(const Slice& key, std::map<DataType, Status>* type_stat
type_count++;
}
return type_count;
}


void Storage::DisableWal(const bool is_wal_disable) {
Expand Down
Loading