[MCOL-5325] Columnstore Engine plugin Created: 2022-11-29  Updated: 2023-02-01

Status: Open
Project: MariaDB ColumnStore
Component/s: installation
Affects Version/s: None
Fix Version/s: Icebox

Type: Bug Priority: Minor
Reporter: andreas eschbacher Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: installation
Environment:

RHEL 7.9
5.6.8 5.6.7



 Description   

We have upgraded RHEL 7.6 to RHEL 7.9 to be able to install MariaDB 10.5.18
with MariaDB-columnstore-engine-10.5.18_5.6.8-1.el7.centos.x86_64.rpm.
We removed CS Version 1.2.5 (MariaDB 10.3)

Error Message:
Installing : MariaDB-columnstore-engine-10.5.17_5.6.7-1.el7.centos.x86_64 4/4
checking for engine columnstore...
columnstore doesn't exist
There was an error installing MariaDB ColumnStore engine plugin. Continue to install the engine though. Please resolve the issues and run necessary scripts manually.



 Comments   
Comment by andreas eschbacher [ 2022-12-02 ]

Fixed.
Just install Columnstore Engine / Plugins manuelly:

mariadb#>
INSTALL PLUGIN Columnstore SONAME 'ha_columnstore.so';
INSTALL PLUGIN COLUMNSTORE_COLUMNS SONAME 'ha_columnstore.so';
INSTALL PLUGIN COLUMNSTORE_TABLES SONAME 'ha_columnstore.so';
INSTALL PLUGIN COLUMNSTORE_FILES SONAME 'ha_columnstore.so';
INSTALL PLUGIN COLUMNSTORE_EXTENTS SONAME 'ha_columnstore.so';

root#>
/usr/bin/post-mysqld-install
/usr/bin/post-mysql-install

Generated at Thu Feb 08 02:57:02 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.