You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vladislav Vaintroub 9a1746a04c Cleanup casing in MYSQL_ADD_PLUGIN, patch provided by Kent 16 years ago
..
AUTHORS This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :) 19 years ago
CMakeLists.txt Cleanup casing in MYSQL_ADD_PLUGIN, patch provided by Kent 16 years ago
ChangeLog This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :) 19 years ago
Makefile.am WL#5161 : Cross-platform build with CMake 16 years ago
NEWS This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :) 19 years ago
README This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :) 19 years ago
configure.in This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :) 19 years ago
daemon_example.cc WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
plug.in Refactored a number of engines to have correct init/deinit. Added pass support for "data" from plugin to plugin generic init to use memory location. 19 years ago

README

Hi!

This is an example of a daemon plugin. These are generic plugins that
only hook ino the startup and shutdown of the database.

Cheers,
-Brian
Seattle, WA