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

Naming consistency for storage engines and plugins

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 5.5, 10.0, 10.1, 10.2, 10.3
    • 10.4
    • Plugins
    • None

    Description

      MariaDB [(none)]> SET GLOBAL gtid_pos_auto_engines = 'InnoDB,TokuDB,RocksDB';
      Query OK, 0 rows affected (0.000 sec)
       
      MariaDB [(none)]> show variables like 'gtid%';
      +------------------------+-----------------------+
      | Variable_name          | Value                 |
      +------------------------+-----------------------+
      | gtid_binlog_pos        | 10-15183-59           |
      | gtid_binlog_state      | 10-15183-59           |
      | gtid_current_pos       | 10-15183-59           |
      | gtid_domain_id         | 10                    |
      | gtid_ignore_duplicates | OFF                   |
      | gtid_pos_auto_engines  | InnoDB,TokuDB,ROCKSDB |
      | gtid_seq_no            | 0                     |
      | gtid_slave_pos         |                       |
      | gtid_strict_mode       | ON                    |
      +------------------------+-----------------------+
      9 rows in set (0.002 sec)
      

      It should be RocksDB considering InnoDB/TokuDB.

      Attachments

        Activity

          People

            serg Sergei Golubchik
            mxu Michael Xu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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