diff options
author | brian@zim.(none) <> | 2006-11-19 18:01:54 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2006-11-19 18:01:54 -0800 |
commit | f0c661f1ac909041840d71abaee6867e6c4af2fc (patch) | |
tree | 5a1d28bf16e44e62244be8effd391e8ebe3c51bc /plugin | |
parent | c13bf0e466b3e413399a033d7c56dcc8da2416b3 (diff) | |
download | mariadb-git-f0c661f1ac909041840d71abaee6867e6c4af2fc.tar.gz |
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.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/daemon_example/plug.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/daemon_example/plug.in b/plugin/daemon_example/plug.in index fecca83acd2..72e87a70f59 100644 --- a/plugin/daemon_example/plug.in +++ b/plugin/daemon_example/plug.in @@ -1,3 +1,3 @@ -MYSQL_STORAGE_ENGINE(daemon_example,,[Daemon Example Plugin], - [This is an example plugin daemon.], [max,max-no-ndb]) +MYSQL_PLUGIN(daemon_example,[Daemon Example Plugin], + [This is an example plugin daemon.]) MYSQL_PLUGIN_DYNAMIC(daemon_example, [libdaemon_example.la]) |