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-898
Commits
656333b1
Commit
656333b1
authored
11 months ago
by
kjm
Browse files
Options
Download
Patches
Plain Diff
fix: Context 里的 Transaction 改用 shared_ptr,修复内存泄漏问题
parent
f2012ea8
vec-model
4g_row_lock
buffer_pool_lock
count
dev
epoll
eval_conds
load
load-log
log
multi
one-txn
param
q10
rollback_delete_and_insert
row_lock
testq10
txn
No related merge requests found
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
CMakeLists.txt
+7
-0
CMakeLists.txt
src/common/context.h
+1
-1
src/common/context.h
src/execution/executor_delete.h
+2
-2
src/execution/executor_delete.h
src/execution/executor_index_scan.h
+1
-1
src/execution/executor_index_scan.h
src/execution/executor_insert.h
+3
-3
src/execution/executor_insert.h
src/execution/executor_seq_scan.h
+1
-1
src/execution/executor_seq_scan.h
src/execution/executor_update.h
+4
-4
src/execution/executor_update.h
src/rmdb.cpp
+0
-5
src/rmdb.cpp
src/system/sm_manager.cpp
+14
-14
src/system/sm_manager.cpp
src/transaction/transaction_manager.cpp
+6
-6
src/transaction/transaction_manager.cpp
src/transaction/transaction_manager.h
+5
-5
src/transaction/transaction_manager.h
test/multi_client.py
+3
-3
test/multi_client.py
with
47 additions
and
45 deletions
+47
-45
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