Updated on 2025-10-23 GMT+08:00

plugins

The plug-ins view provides information about server plug-ins.

Table 1 information_schema.plugins columns

Name

Type

Description

PLUGIN_NAME

varchar(64)

Name used to reference a plug-in in statements, such as install plug-in and uninstall plug-in.

PLUGIN_VERSION

varchar(20)

Version from the plug-in's general type descriptor.

PLUGIN_STATUS

varchar(10)

Plug-in status.

  • active: installed
  • inactive: not installed

PLUGIN_TYPE

varchar(80)

This column is not supported in the current version, and it is null.

PLUGIN_TYPE_VERSION

varchar(20)

This column is not supported in the current version, and it is null.

PLUGIN_LIBRARY

varchar(64)

This column is not supported in the current version, and it is null.

PLUGIN_LIBRARY_VERSION

varchar(20)

This column is not supported in the current version, and it is null.

PLUGIN_AUTHOR

varchar(64)

This column is not supported in the current version, and it is null.

PLUGIN_DESCRIPTION

longtext

Description of the plug-in.

PLUGIN_LICENSE

varchar(80)

This column is not supported in the current version, and it is null.

LOAD_OPTION

varchar(64)

This column is not supported in the current version, and it is null.