MySQL 9.1.0
Source Code Documentation
|
A component is a code container that contains one or more Service Implementations.
Components can be internal (part of the MySQL Server binary) and external (hosted in a OS binary file different from the one of the MySQL Server).
Each component will have:
Opposite to old plugin infrastructure, Components don't need linkage against mysqld executable, neither on Linux nor Windows. In fact, in Components we strongly discourage from linking against mysqld executable at all, as it presents significant threat to them being independent and using only Components infrastructure to communicate with other parts of software.