#include <sql_plugin.h>
Collaboration diagram for st_plugin_int:

Public Attributes | |
| LEX_STRING | name |
| st_mysql_plugin * | plugin |
| st_plugin_dl * | plugin_dl |
| enum enum_plugin_state | state |
| uint | ref_count |
| void * | data |
Definition at line 55 of file sql_plugin.h.
| void* st_plugin_int::data |
Definition at line 62 of file sql_plugin.h.
Referenced by closecon_handlerton(), dropdb_handlerton(), exts_handlerton(), flush_handlerton(), ha_finalize_handlerton(), ha_initialize_handlerton(), ha_resolve_by_name(), iter_schema_engines(), panic_handlerton(), release_temporary_latches(), run_hton_fill_schema_files(), show_handlerton(), showstat_handlerton(), snapshot_handlerton(), xacommit_handlerton(), xarecover_handlerton(), and xarollback_handlerton().
Definition at line 57 of file sql_plugin.h.
Referenced by check_engine(), ha_get_storage_engine(), ha_prepare(), ha_resolve_storage_engine_name(), ha_show_status(), iter_schema_engines(), plugin_add(), plugin_register_builtin(), show_handlerton(), show_plugins(), store_create_info(), and sys_var_thd_storage_engine::value_ptr().
| struct st_mysql_plugin* st_plugin_int::plugin |
Definition at line 58 of file sql_plugin.h.
Referenced by get_hash_key(), ha_initialize_handlerton(), iter_schema_engines(), mysql_install_plugin(), mysql_uninstall_plugin(), plugin_add(), plugin_del(), plugin_finalize(), plugin_find_internal(), plugin_foreach(), plugin_initialize(), plugin_insert_or_reuse(), plugin_is_ready(), plugin_register_builtin(), plugin_unlock(), show_handlerton(), and show_plugins().
| struct st_plugin_dl* st_plugin_int::plugin_dl |
Definition at line 59 of file sql_plugin.h.
Referenced by plugin_add(), plugin_register_builtin(), and show_plugins().
Definition at line 61 of file sql_plugin.h.
Referenced by plugin_add(), plugin_lock(), and plugin_register_builtin().
Definition at line 60 of file sql_plugin.h.
Referenced by mysql_install_plugin(), plugin_add(), plugin_init(), plugin_lock(), plugin_register_builtin(), and show_plugins().
1.4.7
