[MDEV-4975] File extension required for SHOW PLUGINS SONAME Created: 2013-08-30  Updated: 2015-10-30

Status: Open
Project: MariaDB Server
Component/s: None
Fix Version/s: None

Type: Task Priority: Minor
Reporter: Federico Razzoli Assignee: Sergei Golubchik
Resolution: Unresolved Votes: 0
Labels: 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)


Generated at Thu Feb 08 07:00:41 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.