mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +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.
3 lines
161 B
Text
3 lines
161 B
Text
MYSQL_PLUGIN(daemon_example,[Daemon Example Plugin],
|
|
[This is an example plugin daemon.])
|
|
MYSQL_PLUGIN_DYNAMIC(daemon_example, [libdaemon_example.la])
|