mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
7d6b4a1ab0
plugin/daemon_example/plug.in: Switched the plug.in type (corrected) sql/handler.h: Added data pointer to use for engines. sql/sql_plugin.cc: Passing plugin to generic handlers to allow them to add data to "data" storage/archive/ha_archive.cc: Refactored. Now uses less logic for startup/shutdown. storage/csv/ha_tina.cc: Refactored init/deinit to use less code. storage/example/ha_example.cc: Refactored example to show correct behavior for init/deinit. storage/example/ha_example.h: Removed unneeded references to methods that do not need to be implemened. storage/federated/ha_federated.cc: Refactored to use less code and startup/shutdown correctly. |
||
---|---|---|
.. | ||
AUTHORS | ||
ChangeLog | ||
configure.in | ||
daemon_example.c | ||
Makefile.am | ||
NEWS | ||
plug.in | ||
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