[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:

struct EMPartition_struct
{
    EMCasualPartition_t cprange;
};
typedef EMPartition_struct EMPartition_t;

This needs to be removed.

Comment by Gagan Goel (Inactive) [ 2020-07-27 ]

versioning/BRM/cvt_em.cpp also appears to be unused anywhere.

Generated at Thu Feb 08 02:47:22 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.