Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-25737-2462428
DB2024-X-192
Commits
db4f7be6
Commit
db4f7be6
authored
9 months ago
by
韦秉芮
Browse files
Options
Download
Patches
Plain Diff
修复错误
parent
9ce18f04
change/wbr-2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/execution/executor_insert.h
+0
-5
src/execution/executor_insert.h
with
0 additions
and
5 deletions
+0
-5
src/execution/executor_insert.h
+
0
−
5
View file @
db4f7be6
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets