The world's most popular open source database
#include <plugin.h>
Collaboration diagram for st_mysql_plugin:

Public Attributes | |
| int | type |
| void * | info |
| const char * | name |
| const char * | author |
| const char * | descr |
| int(* | init )(void) |
| int(* | deinit )(void) |
| unsigned int | version |
| st_mysql_show_var * | status_vars |
Definition at line 88 of file plugin.h.
| const char* st_mysql_plugin::author |
| int(* st_mysql_plugin::deinit)(void) |
Referenced by mysql_install_plugin(), plugin_finalize(), and plugin_unlock().
| const char* st_mysql_plugin::descr |
Definition at line 94 of file plugin.h.
Referenced by iter_schema_engines(), show_handlerton(), and show_plugins().
| void* st_mysql_plugin::info |
Definition at line 91 of file plugin.h.
Referenced by ha_initialize_handlerton(), plugin_add(), plugin_init(), and show_plugins().
| int(* st_mysql_plugin::init)(void) |
Referenced by plugin_initialize().
| const char* st_mysql_plugin::name |
Definition at line 92 of file plugin.h.
Referenced by get_hash_key(), ha_initialize_handlerton(), plugin_add(), plugin_del(), plugin_finalize(), plugin_initialize(), plugin_register_builtin(), and plugin_unlock().
Definition at line 90 of file plugin.h.
Referenced by plugin_add(), plugin_del(), plugin_finalize(), plugin_initialize(), plugin_register_builtin(), and show_plugins().
| unsigned int st_mysql_plugin::version |
1.4.7

