SHOW PLUGINS
显示所有加载的插件(不包括Buddy插件,详见下方)和UDFs。"Type"列应为udf、ranker、index_token_filter或query_token_filter之一。"Users"列是当前在查询中使用该插件的线程数。"Extra"列用于各种附加的插件类型特定信息;目前,它显示UDFs的返回类型,其他所有插件类型为空。
- 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