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
afb0b4b7
Commit
afb0b4b7
authored
1 year ago
by
未命名(null)队
Browse files
Options
Download
Patches
Plain Diff
feat: implement txn control statements
parent
023076b6
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
src/execution/executor_delete.h
+6
-1
src/execution/executor_delete.h
src/execution/executor_insert.h
+5
-0
src/execution/executor_insert.h
src/execution/executor_update.h
+4
-0
src/execution/executor_update.h
src/record/rm_defs.h
+10
-0
src/record/rm_defs.h
src/recovery/log_manager.h
+251
-55
src/recovery/log_manager.h
src/rmdb.cpp
+4
-5
src/rmdb.cpp
src/transaction/transaction_manager.cpp
+134
-7
src/transaction/transaction_manager.cpp
src/transaction/transaction_manager.h
+17
-17
src/transaction/transaction_manager.h
src/transaction/txn_defs.h
+32
-20
src/transaction/txn_defs.h
with
463 additions
and
105 deletions
+463
-105
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