SHOW PLUGINS
Отображает все загруженные плагины (кроме плагинов Buddy, см. ниже) и UDF. Столбец "Type" должен содержать одно из значений: udf, ranker, index_token_filter или query_token_filter. Столбец "Users" показывает количество потоков, которые в данный момент используют этот плагин в запросе. Столбец "Extra" предназначен для различной дополнительной информации, специфичной для типа плагина; в настоящее время он показывает тип возвращаемого значения для UDF и пуст для всех остальных типов плагинов.
- Example
Example
📋
SHOW PLUGINS;Response
+------+----------+----------------+-------+-------+
| Type | Name | Library | Users | Extra |
+------+----------+----------------+-------+-------+
| udf | sequence | udfexample.dll | 0 | INT |
+------+----------+----------------+-------+-------+
1 row in set (0.00 sec)SHOW BUDDY PLUGINS
ПРИМЕЧАНИЕ:
SHOW BUDDY PLUGINSтребует Manticore Buddy. Если команда не работает, убедитесь, что Buddy установлен.
Это отобразит все доступные плагины, включая основные и локальные. Для удаления плагина используйте имя, указанное в столбце Package.
- Example
Example
📋
SHOW BUDDY PLUGINS;Response
+------------------------------------------------+-----------------+---------+------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
| Package | Plugin | Version | Type | Info |
+------------------------------------------------+-----------------+---------+------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
| manticoresoftware/buddy-plugin-empty-string | empty-string | 2.1.5 | core | Handles empty queries, which can occur when trimming comments or dealing with specific SQL protocol instructions in comments that are not supported |
| manticoresoftware/buddy-plugin-backup | backup | 2.1.5 | core | BACKUP sql statement |
| manticoresoftware/buddy-plugin-emulate-elastic | emulate-elastic | 2.1.5 | core | Emulates some Elastic queries and generates responses as if they were made by ES |
| manticoresoftware/buddy-plugin-insert | insert | 2.1.5 | core | Auto schema support. When an insert operation is performed and the table does not exist, it creates it with data types auto-detection |
| manticoresoftware/buddy-plugin-alias | alias | 2.1.5 | core | |
| manticoresoftware/buddy-plugin-select | select | 2.1.5 | core | Various SELECTs handlers needed for mysqldump and other software support, mostly aiming to work similarly to MySQL |
| manticoresoftware/buddy-plugin-show | show | 2.1.5 | core | Various "show" queries handlers, for example, `show queries`, `show fields`, `show full tables`, etc |
| manticoresoftware/buddy-plugin-cli-table | cli-table | 2.1.5 | core | /cli endpoint based on /cli_json - outputs query result as a table |
| manticoresoftware/buddy-plugin-plugin | plugin | 2.1.5 | core | Core logic for plugin support and helpers. Also handles `create buddy plugin`, `delete buddy plugin`, and `show buddy plugins` |
| manticoresoftware/buddy-plugin-test | test | 2.1.5 | core | Test plugin, used exclusively for tests |
| manticoresoftware/buddy-plugin-insert-mva | insert-mva | 2.1.5 | core | Manages the restoration of MVA fields with mysqldump |
| manticoresoftware/buddy-plugin-modify-table | modify-table | 2.1.5 | core | Assists in standardizing options in create and alter table statements to show option=1 for integers. Also manages the logic for creating sharded tables. |
| manticoresoftware/buddy-plugin-knn | knn | 2.1.5 | core | Enables KNN by document id |
| manticoresoftware/buddy-plugin-replace | replace | 2.1.5 | core | Enables partial replaces |
+------------------------------------------------+-----------------+---------+------+----------------------------------------------------------------------------------------------------------------------------------------------------------+-----+Last modified: August 28, 2025