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-Winner-1424
Commits
43de5ab3
Commit
43de5ab3
authored
1 year ago
by
未命名(null)队
Browse files
Options
Download
Patches
Plain Diff
feat: implement basic fault recovery
parent
c32bcae3
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
src/execution/executor_delete.h
+7
-0
src/execution/executor_delete.h
src/execution/executor_insert.h
+7
-0
src/execution/executor_insert.h
src/execution/executor_update.h
+8
-0
src/execution/executor_update.h
src/recovery/log_manager.cpp
+15
-3
src/recovery/log_manager.cpp
src/recovery/log_manager.h
+29
-9
src/recovery/log_manager.h
src/recovery/log_recovery.cpp
+388
-2
src/recovery/log_recovery.cpp
src/recovery/log_recovery.h
+25
-11
src/recovery/log_recovery.h
src/rmdb.cpp
+4
-3
src/rmdb.cpp
src/storage/buffer_pool_manager.cpp
+5
-2
src/storage/buffer_pool_manager.cpp
src/storage/buffer_pool_manager.h
+4
-1
src/storage/buffer_pool_manager.h
src/storage/disk_manager.cpp
+1
-2
src/storage/disk_manager.cpp
src/storage/page.h
+6
-1
src/storage/page.h
src/transaction/transaction_manager.h
+2
-0
src/transaction/transaction_manager.h
with
501 additions
and
34 deletions
+501
-34
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