[MDEV-30585] Columnstore depends on client-compat and server-compat stronger than other packages Created: 2023-02-06 Updated: 2023-02-07 Resolved: 2023-02-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging, Platform RedHat |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Daniel Black |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When MariaDB-client-compat and/or MariaDB-server-compat are uninstalled, it also causes removal of MariaDB-columnstore-engine package – only it, other MariaDB packages remain installed. It seems strange, but maybe it's intentional
And indeed,
while for MariaDB-server, MariaDB-client and apparently other packages it is not the case. |
| Comments |
| Comment by Daniel Black [ 2023-02-07 ] | |||||||||||||||||||
|
Yes this is because of:
The columnstore is so tied to using the mysql names that the hard requires will remove the columnstore-engine package. Easy to remove when columnstore updates. |