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

CONNECT versions claiming to be the same contain different features

    XMLWordPrintable

Details

    Description

      It is difficult to track which CONNECT feature is in which MariaDB version based on the Connect plugin version, as given the same Connect version, features differ across MariaDB releases. For example, here a particular system variable is in one variety of 1.06.0004, but not another. I am fairly sure there have been other similar cases:

      SELECT VERSION(), PLUGIN_NAME,PLUGIN_AUTH_VERSION FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'CONN%';
      +----------------+-------------+---------------------+
      | VERSION()      | PLUGIN_NAME | PLUGIN_AUTH_VERSION |
      +----------------+-------------+---------------------+
      | 10.2.9-MariaDB | CONNECT     | 1.06.0004           |
      +----------------+-------------+---------------------+
       
      SHOW VARIABLES LIKE 'connect_en%';
      Empty set (0.00 sec)
      

      SELECT VERSION(), PLUGIN_NAME,PLUGIN_AUTH_VERSION FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'CONN%';
      +----------------+-------------+---------------------+
      | VERSION()      | PLUGIN_NAME | PLUGIN_AUTH_VERSION |
      +----------------+-------------+---------------------+
      | 10.3.2-MariaDB | CONNECT     | 1.06.0004           |
      +----------------+-------------+---------------------+
       
      SHOW VARIABLES LIKE 'connect_en%';
      +----------------------+-------+
      | Variable_name        | Value |
      +----------------------+-------+
      | connect_enable_mongo | OFF   |
      +----------------------+-------+
      

      Attachments

        Activity

          People

            cvicentiu Vicențiu Ciorbaru
            greenman Ian Gilfillan
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.