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

File extension required for SHOW PLUGINS SONAME

    XMLWordPrintable

Details

    • Task
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      I report this because it seems a minor inconsinstency.

      While file extension (.so or .dll) can now be omitted for [un]INSTALL SONAME, it is still required for SHOW PLUGINS SONAME:

      MariaDB [test]> SHOW PLUGINS SONAME 'ha_sequence.dll';
      +----------+--------+----------------+-----------------+---------+
      | Name     | Status | Type           | Library         | License |
      +----------+--------+----------------+-----------------+---------+
      | SEQUENCE | ACTIVE | STORAGE ENGINE | ha_sequence.dll | GPL     |
      +----------+--------+----------------+-----------------+---------+
      1 row in set (0.09 sec)
      MariaDB [test]> SHOW PLUGINS SONAME 'ha_sequence';
      Empty set (0.05 sec)

      Attachments

        Activity

          People

            serg Sergei Golubchik
            f_razzoli Federico Razzoli
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.