Skip to content

Commit

Permalink
disable lock manager tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Nov 4, 2023
1 parent 370fb1a commit 37e10e1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/concurrency/transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Transaction {
write_set_[t].insert(rid);
}

inline auto AppendScanPredicate(table_oid_t t, AbstractExpressionRef predicate) {
inline auto AppendScanPredicate(table_oid_t t, const AbstractExpressionRef &predicate) {
std::scoped_lock<std::mutex> lck(latch_);
scan_predicates_.emplace_back(predicate);
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 37e10e1

Please sign in to comment.