Speakers | |
---|---|
Roland Bouman | |
Schedule | |
Day | Sunday |
Room | AW1.126 |
Start time | 11:45 |
End time | 12:45 |
Duration | 01:00 |
Info | |
Event type | Podium |
Track | MySQL |
Language | English |
MySQL 5.1 features the plugin API. In essence, the MySQL plugin API provides a generic extension point to the MySQL server. It allows users to load a shared library into the server to extend its functionality.
A key feature is that this process is completely dynamic - the server need not be re-compiled and need not be stopped in order to benefit from the functionality of a new plugin. Hence, new functionality can be added without suffering any downtime.
This session provides an overview of the plugin architecture. The different plugin types will be described. Then, the process of creating your own plugins will be described. This will be illustrated with code examples.