[MCOL-4090] Columnstore plugin interferes with local server installation Created: 2020-06-20 Updated: 2020-07-13 Resolved: 2020-07-13 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | 1.5.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Roman |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
bb-10.5-release f6f522257 |
||
| Description |
|
It's expected that as of now Columnstore cannot be installed locally; however, its existence in the sources shouldn't prevent the server installation. Maybe Columnstore needs to be disabled by default and only enabled in package builds where it makes sense; or somehow else disabled/enabled conditionally. |
| Comments |
| Comment by Sergei Golubchik [ 2020-06-20 ] | ||||
|
a possible fix would be to add the keyword DISABLED to the MYSQL_ADD_PLUGIN for columnstore unless it's DEB or RPM:
| ||||
| Comment by Roman [ 2020-07-13 ] | ||||
|
Solved by serg suggestion. |