[MCOL-4875] Remove unused global variable from PP Created: 2021-09-24 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Minor |
| Reporter: | Roman | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There is primitives::noVB global variable that is set to 1 only if HDFS is used. However HDFS support was dropped in MCS 1.4 so it is useless. It is worth to clean up the code that uses it to save some CPU cycles. |