PATH:
usr
/
include
/
mysql
/
mysql
struct st_mysql_client_plugin { int type; unsigned int interface_version; const char *name; const char *author; const char *desc; unsigned int version[3]; const char *license; void *mysql_api; int (*init)(char *, size_t, int, va_list); int (*deinit)(void); int (*options)(const char *option, const void *); }; struct st_mysql; #include "plugin_auth_common.h" typedef struct st_plugin_vio_info { enum { MYSQL_VIO_INVALID, MYSQL_VIO_TCP, MYSQL_VIO_SOCKET, MYSQL_VIO_PIPE, MYSQL_VIO_MEMORY } protocol; int socket; } MYSQL_PLUGIN_VIO_INFO; typedef struct st_plugin_vio { int (*read_packet)(struct st_plugin_vio *vio, unsigned char **buf); int (*write_packet)(struct st_plugin_vio *vio, const unsigned char *packet, int packet_len); void (*info)(struct st_plugin_vio *vio, struct st_plugin_vio_info *info); } MYSQL_PLUGIN_VIO; struct st_mysql_client_plugin_AUTHENTICATION { int type; unsigned int interface_version; const char *name; const char *author; const char *desc; unsigned int version[3]; const char *license; void *mysql_api; int (*init)(char *, size_t, int, va_list); int (*deinit)(void); int (*options)(const char *option, const void *); int (*authenticate_user)(MYSQL_PLUGIN_VIO *vio, struct st_mysql *mysql); }; struct st_mysql_client_plugin * mysql_load_plugin(struct st_mysql *mysql, const char *name, int type, int argc, ...); struct st_mysql_client_plugin * mysql_load_plugin_v(struct st_mysql *mysql, const char *name, int type, int argc, va_list args); struct st_mysql_client_plugin * mysql_client_find_plugin(struct st_mysql *mysql, const char *name, int type); struct st_mysql_client_plugin * mysql_client_register_plugin(struct st_mysql *mysql, struct st_mysql_client_plugin *plugin); int mysql_plugin_options(struct st_mysql_client_plugin *plugin, const char *option, const void *value);
[-] services.h.pp
[edit]
[-] innodb_priv.h
[edit]
[-] mysql_lex_string.h
[edit]
[-] client_plugin.h
[edit]
[-] service_srv_session_info.h
[edit]
[-] plugin_keyring.h.pp
[edit]
[-] plugin_auth_common.h
[edit]
[-] service_thd_engine_lock.h
[edit]
[-] plugin_ftparser.h
[edit]
[-] com_data.h
[edit]
[+]
..
[+]
psi
[-] service_security_context.h
[edit]
[-] service_parser.h
[edit]
[-] service_srv_session.h
[edit]
[-] plugin_validate_password.h
[edit]
[-] plugin_trace.h
[edit]
[-] group_replication_priv.h
[edit]
[-] plugin_audit.h.pp
[edit]
[-] plugin_auth.h.pp
[edit]
[-] service_rpl_transaction_write_set.h
[edit]
[-] service_rules_table.h
[edit]
[-] plugin_audit.h
[edit]
[-] service_ssl_wrapper.h
[edit]
[-] service_thd_alloc.h
[edit]
[-] service_my_plugin_log.h
[edit]
[-] service_command.h
[edit]
[-] plugin_group_replication.h
[edit]
[-] get_password.h
[edit]
[-] service_mysql_string.h
[edit]
[-] service_thread_scheduler.h
[edit]
[-] plugin_auth.h
[edit]
[-] service_mysql_keyring.h
[edit]
[-] client_authentication.h
[edit]
[-] thread_pool_priv.h
[edit]
[-] service_my_snprintf.h
[edit]
[-] thread_type.h
[edit]
[-] service_rpl_transaction_ctx.h
[edit]
[-] service_thd_wait.h
[edit]
[-] plugin_ftparser.h.pp
[edit]
[-] services.h
[edit]
[-] plugin_keyring.h
[edit]
[-] plugin.h
[edit]
[-] service_mysql_password_policy.h
[edit]
[-] client_plugin.h.pp
[edit]
[-] service_mysql_alloc.h
[edit]
[-] service_locking.h
[edit]