MySQL 5.1 Plugin Development : Extend MySQL to suit your needs with this unique guide into the world of MySQL plugins
(Reklamlänk)
MySQL has introduced a Plugin API with its latest version – a robust, powerful, and easy way of extending the server functionality with loadable modules on the fly. But until now anyone wishing to develop a plugin would almost certainly need to dig into the MySQL source code and search the Web for m