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-dbrilliant-1041
Commits
83dbfb6c
Commit
83dbfb6c
authored
9 months ago
by
Micuks
Browse files
Options
Download
Patches
Plain Diff
fixup: abnormal aggregate behaviors
parent
31948af2
Changes
22
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+2
-0
.gitignore
src/execution/execution_manager.cpp
+72
-28
src/execution/execution_manager.cpp
src/execution/execution_manager.h
+2
-0
src/execution/execution_manager.h
src/execution/executor_aggregate.h
+19
-54
src/execution/executor_aggregate.h
src/execution/executor_full_table_count.h
+49
-0
src/execution/executor_full_table_count.h
src/execution/executor_projection.h
+17
-0
src/execution/executor_projection.h
src/index/ix_index_handle.cpp
+39
-1
src/index/ix_index_handle.cpp
src/index/ix_index_handle.h
+13
-2
src/index/ix_index_handle.h
src/optimizer/plan.h
+26
-0
src/optimizer/plan.h
src/optimizer/planner.cpp
+30
-15
src/optimizer/planner.cpp
src/parser/lex.yy.cpp
+349
-287
src/parser/lex.yy.cpp
src/parser/yacc.tab.cpp
+482
-451
src/parser/yacc.tab.cpp
src/parser/yacc.tab.h
+29
-27
src/parser/yacc.tab.h
src/portal.h
+5
-0
src/portal.h
src/record/rm_file_handle.cpp
+14
-0
src/record/rm_file_handle.cpp
src/record/rm_file_handle.h
+7
-0
src/record/rm_file_handle.h
src/replacer/lru_replacer.cpp
+4
-2
src/replacer/lru_replacer.cpp
src/rmdb.cpp
+185
-13
src/rmdb.cpp
src/storage/buffer_pool_manager.cpp
+5
-1
src/storage/buffer_pool_manager.cpp
src/system/sm_manager.cpp
+28
-13
src/system/sm_manager.cpp
with
1377 additions
and
894 deletions
+1377
-894
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