Details

    Description

      I was running a MariaDB server installed via APT repositories (from mariadb.org) with the following packages :

      • mariadb-server-10.2 (10.2.10+maria~stretch)
      • mariadb-plugin-tokudb (10.2.10+maria~stretch)

      After running an apt-get upgrade, mariadb-server was upgraded to 10.2.11+maria~stretch but mariadb-plugin-tokudb was not...

      Now, TokuDB tables are unusable.
      TokuDB Storage Engine can not be loaded anymore:

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

      Attachments

        Issue Links

          Activity

            nico, Yes, we are already aware, sorry about that. TokuDB 10.2.11 package is coming soon, expectedly later today.

            elenst Elena Stepanova added a comment - nico , Yes, we are already aware, sorry about that. TokuDB 10.2.11 package is coming soon, expectedly later today.

            Thank you Elena.

            For thoses who are experiencing the same issue and want to downgrade MariaDB to its previous minor version using apt, you can follow the following steps on Debian (Stretch in this example) :

            1. Add "mariadb-10.2.10" apt source:

              echo "deb http://fr.mirror.babylon.network/mariadb//mariadb-10.2.10/repo/debian stretch main" > /etc/apt/sources.list.d/mariadb-10.2.10.list
              

            2. Update apt:

              apt-get update
              

            3. Then install version-specific of all you mariadb packages:

              apt-get install mariadb-server-10.2=10.2.10+maria~stretch mariadb-server-core-10.2=10.2.10+maria~stretch
              

            nico Nicolas Payart added a comment - Thank you Elena. For thoses who are experiencing the same issue and want to downgrade MariaDB to its previous minor version using apt, you can follow the following steps on Debian (Stretch in this example) : Add "mariadb-10.2.10" apt source: echo "deb http://fr.mirror.babylon.network/mariadb//mariadb-10.2.10/repo/debian stretch main" > /etc/apt/sources.list.d/mariadb-10.2.10.list Update apt: apt-get update Then install version-specific of all you mariadb packages: apt-get install mariadb-server-10.2=10.2.10+maria~stretch mariadb-server-core-10.2=10.2.10+maria~stretch

            The TokuDB package is now in place (particularly in the repo that you are apparently using). Sorry again for the trouble.

            elenst Elena Stepanova added a comment - The TokuDB package is now in place (particularly in the repo that you are apparently using). Sorry again for the trouble.

            People

              Unassigned Unassigned
              nico Nicolas Payart
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.