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

RocksDB is not in MariaDB 10.2.5 generic tar.gz

    XMLWordPrintable

Details

    Description

      I installed brand new MariaDB 10.2.5 from generic binary tar ball and cannot find RocksDB:

      root@mariadb-10.2 [(none)] SQL> show global variables like 'version';
      +---------------+--------------------+
      | Variable_name | Value              |
      +---------------+--------------------+
      | version       | 10.2.5-MariaDB-log |
      +---------------+--------------------+
      1 row in set (0.00 sec)
       
      root@mariadb-10.2 [(none)] SQL> show engines;
      +--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+
      | Engine             | Support | Comment                                                                          | Transactions | XA   | Savepoints |
      +--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+
      | MRG_MyISAM         | YES     | Collection of identical MyISAM tables                                            | NO           | NO   | NO         |
      | CSV                | YES     | CSV storage engine                                                               | NO           | NO   | NO         |
      | Aria               | YES     | Crash-safe tables with MyISAM heritage                                           | NO           | NO   | NO         |
      | MyISAM             | YES     | MyISAM storage engine                                                            | NO           | NO   | NO         |
      | MEMORY             | YES     | Hash based, stored in memory, useful for temporary tables                        | NO           | NO   | NO         |
      | InnoDB             | DEFAULT | Supports transactions, row-level locking, foreign keys and encryption for tables | YES          | YES  | YES        |
      | SEQUENCE           | YES     | Generated tables filled with sequential values                                   | YES          | NO   | YES        |
      | PERFORMANCE_SCHEMA | YES     | Performance Schema                                                               | NO           | NO   | NO         |
      +--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+
      8 rows in set (0.00 sec)
      

      shell> tar tf mariadb-10.2.5-linux-x86_64.tar.gz | grep -i rock
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            oli Oli Sennhauser
            Votes:
            0 Vote for this issue
            Watchers:
            5 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.