[MDEV-21947] Connect Storage Plugin missing in 10.2.25-MariaDB Created: 2020-03-16 Updated: 2020-06-01 Resolved: 2020-06-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.2.25 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Tarun | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
MariaDB DR Galera 3 node Replication |
||
| Description |
|
ha_connect.so shared binary file is missing in MariaDB Plugin binaries for 10.2.25 version I have tried to Install Connect Plugin from YUM Repository where it doesnot support MariaDB Connect Plugin for below version 10.2.25 MariaDB [(none)] > INSTALL SONAME 'ha_connect'; [root@mxapp123 ~]# sudo yum install MariaDB-connect-engine |
| Comments |
| Comment by Elena Stepanova [ 2020-03-17 ] | |
|
Which Linux is it, and what does your yum repo point at? | |
| Comment by Tarun [ 2020-03-18 ] | |
|
Here are the details : [root@mncdf456 ~]# cat /etc/os-release REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7" [root@mncdf456 ~]# sudo yum install mariadb-plugin-connect [root@mncdf456 ~]# Available Packages [root@mncdf456 ~]# cd /usr/lib64/mysql/plugin [root@mncdf456 plugin]# ls -l ha* | |
| Comment by Elena Stepanova [ 2020-05-01 ] | |
|
I still don't see which repository you installed MariaDB-server from. I've checked several CentOS and RHEL repos, all of them have the package, but there are many of them, maybe you're using an unlucky one. Also, the description and the comment seem to be from different hosts, with a lot of mix-up. If you install MariaDB from the MariaDB repo, as you apparently did in the comment, then the correct package Connect name is the one that you used in the description,
But in the comment you are trying to use mariadb-plugin-connect instead, which indeed doesn't exist, at least not in MariaDB YUM repos. |