Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.5.3
-
None
-
2020-8
Description
Example:
yum -y install MariaDB-server MariaDB-columnstore-engine
|
Results in a Columnstore install error. However by running ...
yum -y install MariaDB-server
|
followed by
yum -y install MariaDB-columnstore-engine
|
does work. We need to have this executed properly either way.