Commit db4f7be6 authored by 韦秉芮's avatar 韦秉芮
Browse files

修复错误

No related merge requests found
Showing with 0 additions and 5 deletions
+0 -5
......@@ -24,11 +24,6 @@ public:
tab_ = sm_manager_->db_.get_table(tab_name);
fh_ = sm_manager_->fhs_.at(tab_name).get();
// 申请表级意向写锁(IX锁)
if (context_ != nullptr) {
context_->lock_mgr_->lock_IX_on_table(context_->txn_, fh_->GetFd());
}
}
std::unique_ptr<RmRecord> Next() override {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment