Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.1.12, 10.1(EOL)
    • 10.0.25, 10.1.14
    • Platform RedHat
    • None
    • CentOS 7
      MariaDB-connect-engine 10.1.13-1.el7.centos
      unixODBC 2.3.1-11.el7

    Description

      I'm trying to install the plugin engine connect, but is not working.

      MariaDB [(none)]> INSTALL SONAME 'ha_connect';
      ERROR 1126 (HY000): Can't open shared library 'ha_connect.so' (errno: 8, API version for STORAGE ENGINE plugin CONNECT not supported by this version of the server)
      

      Attachments

        Activity

          run select * from information_schema.all_plugins. Likely your ha_connect.so isn't compatible with the server

          serg Sergei Golubchik added a comment - run select * from information_schema.all_plugins . Likely your ha_connect.so isn't compatible with the server
          kklepper Karl Klepper added a comment - - edited

          OK, that explains it:

          M:285017 [ci4]>select * from information_schema.all_plugins WHERE PLUGIN_LIBRARY  LIKE '%ha_connect.so%'\G
          Empty set (0.005 sec)

          How come? I use the official docker container. How to install then?

          M:285017 [ci4]>select version();
          +-------------------------------------------+
          | version()                                 |
          +-------------------------------------------+
          | 10.5.10-MariaDB-1:10.5.10+maria~focal-log |
          +-------------------------------------------+
          

          kklepper Karl Klepper added a comment - - edited OK, that explains it: M:285017 [ci4]>select * from information_schema.all_plugins WHERE PLUGIN_LIBRARY LIKE '%ha_connect.so%'\G Empty set (0.005 sec) How come? I use the official docker container. How to install then? M:285017 [ci4]>select version(); +-------------------------------------------+ | version() | +-------------------------------------------+ | 10.5.10-MariaDB-1:10.5.10+maria~focal-log | +-------------------------------------------+

          If I read the Dockerfile correctly, it only installs mariadb-server and mariadb-backup. You need to install mariadb-plugin-connect.

          serg Sergei Golubchik added a comment - If I read the Dockerfile correctly, it only installs mariadb-server and mariadb-backup. You need to install mariadb-plugin-connect.
          kklepper Karl Klepper added a comment -

          Oh thank you very much and I'm sorry for bothering you! Case closed.

          kklepper Karl Klepper added a comment - Oh thank you very much and I'm sorry for bothering you! Case closed.
          kklepper Karl Klepper added a comment -

          Oh thank you very much and I'm sorry for bothering you! Case closed.

          kklepper Karl Klepper added a comment - Oh thank you very much and I'm sorry for bothering you! Case closed.

          People

            serg Sergei Golubchik
            diegohellas Diego Hellas
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.