[MCOL-3681] Inconsistent plugin_author in information_schema.all_plugins, typo Created: 2019-12-18  Updated: 2019-12-20  Resolved: 2019-12-20

Status: Closed
Project: MariaDB ColumnStore
Component/s: MDB Plugin
Affects Version/s: None
Fix Version/s: 1.4.2

Type: Bug Priority: Trivial
Reporter: Elena Stepanova Assignee: Andrew Hutchings (Inactive)
Resolution: Fixed Votes: 0
Labels: None


 Description   

PLUGIN_AUTHOR is MariaDB for the storage engine and MariaDB Corporation for I_S plugins:

*************************** 9. row ***************************
           PLUGIN_NAME: Columnstore
        PLUGIN_VERSION: 1.4
         PLUGIN_STATUS: NOT INSTALLED
           PLUGIN_TYPE: STORAGE ENGINE
   PLUGIN_TYPE_VERSION: 100410.0
        PLUGIN_LIBRARY: ha_columnstore.so
PLUGIN_LIBRARY_VERSION: 1.14
         PLUGIN_AUTHOR: MariaDB
    PLUGIN_DESCRIPTION: Columnstore storage engine
        PLUGIN_LICENSE: GPL
           LOAD_OPTION: OFF
       PLUGIN_MATURITY: Stable
   PLUGIN_AUTH_VERSION: 1.4.2
*************************** 10. row ***************************
           PLUGIN_NAME: COLUMNSTORE_COLUMNS
        PLUGIN_VERSION: 1.4
         PLUGIN_STATUS: NOT INSTALLED
           PLUGIN_TYPE: INFORMATION SCHEMA
   PLUGIN_TYPE_VERSION: 100410.0
        PLUGIN_LIBRARY: ha_columnstore.so
PLUGIN_LIBRARY_VERSION: 1.14
         PLUGIN_AUTHOR: MariaDB Corporation
    PLUGIN_DESCRIPTION: An information schema plugin to list ColumnStore columns
        PLUGIN_LICENSE: GPL
           LOAD_OPTION: OFF
       PLUGIN_MATURITY: Stable
   PLUGIN_AUTH_VERSION: 1.4.2

Typo in PLUGIN_DESCRIPTION for COLUMNSTORE_FILES ("filess"):

           PLUGIN_NAME: COLUMNSTORE_FILES
        PLUGIN_VERSION: 1.4
         PLUGIN_STATUS: NOT INSTALLED
           PLUGIN_TYPE: INFORMATION SCHEMA
   PLUGIN_TYPE_VERSION: 100410.0
        PLUGIN_LIBRARY: ha_columnstore.so
PLUGIN_LIBRARY_VERSION: 1.14
         PLUGIN_AUTHOR: MariaDB Corporation
    PLUGIN_DESCRIPTION: An information schema plugin to list ColumnStore filess
        PLUGIN_LICENSE: GPL
           LOAD_OPTION: OFF
       PLUGIN_MATURITY: Stable
   PLUGIN_AUTH_VERSION: 1.4.2



 Comments   
Comment by Andrew Hutchings (Inactive) [ 2019-12-20 ]

Output in 1.4.2 now:

MariaDB [test]> select * from information_schema.plugins where plugin_name like 'columnstore'\G
*************************** 1. row ***************************
           PLUGIN_NAME: Columnstore
        PLUGIN_VERSION: 1.4
         PLUGIN_STATUS: ACTIVE
           PLUGIN_TYPE: STORAGE ENGINE
   PLUGIN_TYPE_VERSION: 100410.0
        PLUGIN_LIBRARY: ha_columnstore.so
PLUGIN_LIBRARY_VERSION: 1.14
         PLUGIN_AUTHOR: MariaDB Corporation
    PLUGIN_DESCRIPTION: ColumnStore storage engine
        PLUGIN_LICENSE: GPL
           LOAD_OPTION: ON
       PLUGIN_MATURITY: Stable
   PLUGIN_AUTH_VERSION: 1.4.2
1 row in set (0.005 sec)

*************************** 4. row ***************************
           PLUGIN_NAME: COLUMNSTORE_FILES
        PLUGIN_VERSION: 1.4
         PLUGIN_STATUS: ACTIVE
           PLUGIN_TYPE: INFORMATION SCHEMA
   PLUGIN_TYPE_VERSION: 100410.0
        PLUGIN_LIBRARY: ha_columnstore.so
PLUGIN_LIBRARY_VERSION: 1.14
         PLUGIN_AUTHOR: MariaDB Corporation
    PLUGIN_DESCRIPTION: An information schema plugin to list ColumnStore files
        PLUGIN_LICENSE: GPL
           LOAD_OPTION: ON
       PLUGIN_MATURITY: Stable
   PLUGIN_AUTH_VERSION: 1.4.2

Generated at Thu Feb 08 02:44:38 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.