[MCOL-4045] Unused code needs to be removed Created: 2020-06-07 Updated: 2023-11-21 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hall (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | ColumnStore Performance Improvements |
| Description |
|
BatchPrimitiveProcessorJL::getElementTypes as well as a number of other functions in BatchPrimitiveProcessorJL are currently unused. Research and remove dead code. |
| Comments |
| Comment by Gagan Goel (Inactive) [ 2020-07-27 ] | |||||
|
Check if we are using versioning/BRM/load_brm_from_file.cpp. If not, remove this source file. | |||||
| Comment by Gagan Goel (Inactive) [ 2020-07-27 ] | |||||
|
versioning/BRM/extentmap.h has the following unnecessary code layer:
This needs to be removed. | |||||
| Comment by Gagan Goel (Inactive) [ 2020-07-27 ] | |||||
|
versioning/BRM/cvt_em.cpp also appears to be unused anywhere. |