[MCOL-5276] Build failures if LZ4 not enabled Created: 2022-10-25 Updated: 2023-01-26 Resolved: 2023-01-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | None |
| Fix Version/s: | 6.4.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings | Assignee: | Roman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When compiling MariaDB 10.11 with ColumnStore, in ha_mcs_sysvar.cpp:
That final comma is missing if HAVE_LZ4 is not defined, causing build failure. Recommend adding to following or moving the comma outside of the gate.
|
| Comments |
| Comment by Roman [ 2023-01-26 ] |
|
Thx for the heads up. |