Skip to content
GitLab
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-Winner-1424
Commits
de56de2b
Commit
de56de2b
authored
11 months ago
by
未命名(null)队
Browse files
Options
Download
Patches
Plain Diff
fix: basic fix of memory leaks
parent
f797540a
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
src/execution/executor_delete.h
+1
-0
src/execution/executor_delete.h
src/execution/executor_insert.h
+1
-0
src/execution/executor_insert.h
src/execution/executor_update.h
+1
-0
src/execution/executor_update.h
src/index/ix_index_handle.cpp
+29
-27
src/index/ix_index_handle.cpp
src/index/ix_index_handle.h
+22
-14
src/index/ix_index_handle.h
src/index/ix_manager.h
+3
-0
src/index/ix_manager.h
src/index/ix_scan.cpp
+1
-1
src/index/ix_scan.cpp
src/record/rm_defs.h
+2
-0
src/record/rm_defs.h
src/recovery/log_manager.h
+12
-0
src/recovery/log_manager.h
src/recovery/log_recovery.cpp
+84
-83
src/recovery/log_recovery.cpp
src/rmdb.cpp
+13
-0
src/rmdb.cpp
src/transaction/transaction_manager.cpp
+15
-1
src/transaction/transaction_manager.cpp
src/transaction/transaction_manager.h
+5
-2
src/transaction/transaction_manager.h
with
189 additions
and
128 deletions
+189
-128
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