5.5 MySQL Server Plugins

5.5.1 Server Plugins Available
5.5.2 Installing and Uninstalling Plugins
5.5.3 Obtaining Server Plugin Information
5.5.4 MySQL Enterprise Thread Pool

MySQL supports a plugin API that enables creation of server components. Plugins can be loaded at server startup, or loaded and unloaded at runtime without restarting the server. The components supported by this interface include, but are not limited to, storage engines, INFORMATION_SCHEMA tables, full-text parser plugins, partitioning support, and server extensions.