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-1058
Commits
149dea08
Commit
149dea08
authored
11 months ago
by
limoinking
Browse files
Options
Download
Patches
Plain Diff
final1-7
parent
1249e932
Changes
27
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/common/config.h
+1
-1
src/common/config.h
src/defs.h
+4
-18
src/defs.h
src/execution/executor_delete.h
+35
-32
src/execution/executor_delete.h
src/execution/executor_index_scan.h
+0
-2
src/execution/executor_index_scan.h
src/execution/executor_insert.h
+3
-3
src/execution/executor_insert.h
src/execution/executor_seq_scan.h
+0
-2
src/execution/executor_seq_scan.h
src/execution/executor_update.h
+120
-126
src/execution/executor_update.h
src/index/ix_defs.h
+2
-9
src/index/ix_defs.h
src/index/ix_index_handle.cpp
+0
-128
src/index/ix_index_handle.cpp
src/index/ix_index_handle.h
+1
-45
src/index/ix_index_handle.h
src/parser/yacc.tab.cpp
+157
-157
src/parser/yacc.tab.cpp
src/parser/yacc.tab.h
+3
-3
src/parser/yacc.tab.h
src/record/rm_file_handle.cpp
+6
-4
src/record/rm_file_handle.cpp
src/recovery/log_defs.h
+0
-2
src/recovery/log_defs.h
src/recovery/log_manager.cpp
+52
-170
src/recovery/log_manager.cpp
src/recovery/log_manager.h
+67
-237
src/recovery/log_manager.h
src/recovery/log_recovery.cpp
+233
-339
src/recovery/log_recovery.cpp
src/recovery/log_recovery.h
+8
-20
src/recovery/log_recovery.h
src/rmdb.cpp
+2
-1
src/rmdb.cpp
src/system/sm_manager.h
+2
-20
src/system/sm_manager.h
with
696 additions
and
1319 deletions
+696
-1319
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