Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-6793

Install TokuDB from Generic Binaries

    XMLWordPrintable

Details

    Description

      I used to install MariaDB from Generic Binaries on a Debian Wheezy 64bits:

      mariadb-10.0.13-linux-x86_64.tar.gz (from downloads.mariadb.org)

      I would like to use TokuDB as Storage Engine.

      However, TokuDB is available in "glibc_214" generic linux package as well as .deb packages, but it is NOT available in "non glibc_214 generic linux package"...

      I can't use "mariadb-10.0.13-linux-glibc_214-x86_64.tar.gz" because Debian Wheezy glibc is 2.13:

      $~: ldd --version
      ldd (Debian EGLIBC 2.13-38+deb7u4) 2.13

      Is there a reason why TokuDB is not available in standard 64bits version of Generic Binaries? Especially since I can enable TokuDB by copying ha_tokudb.so from a debian wheezy apt install to the ./lib/plugin folder of my generic binaries, and all seems to work (I hope so anyway...)

      (none)=# INSTALL SONAME 'ha_tokudb';
      Query OK, 0 rows affected (0.30 sec)
      (none)=# SHOW ENGINES;
      +--------------------+---------+----------------------------------------------------------------------------+--------------+------+------------+
      | Engine             | Support | Comment                                                                    | Transactions | XA   | Savepoints |
      +--------------------+---------+----------------------------------------------------------------------------+--------------+------+------------+
      ...
      | TokuDB             | YES     | Tokutek TokuDB Storage Engine with Fractal Tree(tm) Technology             | YES          | YES  | YES        |
      ...
      +--------------------+---------+----------------------------------------------------------------------------+--------------+------+------------+
      11 rows in set (0.00 sec)

      Attachments

        Activity

          People

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