MySQL 9.1.0
Source Code Documentation
|
#include "lex_string.h"
#include "my_alloc.h"
#include "mysql/mysql_lex_string.h"
#include "prealloced_array.h"
Go to the source code of this file.
Classes | |
struct | st_plugin_int |
class | Plugin_array |
Plugin array helper class. More... | |
Typedefs | |
typedef struct st_plugin_int ** | plugin_ref |
Enumerations | |
enum | enum_plugin_load_option { PLUGIN_OFF , PLUGIN_ON , PLUGIN_FORCE , PLUGIN_FORCE_PLUS_PERMANENT } |
Functions | |
st_mysql_plugin * | plugin_decl (st_plugin_int **ref) |
st_plugin_dl * | plugin_dlib (st_plugin_int **ref) |
template<typename T > | |
T | plugin_data (st_plugin_int **ref) |
LEX_CSTRING * | plugin_name (st_plugin_int **ref) |
uint | plugin_state (st_plugin_int **ref) |
enum_plugin_load_option | plugin_load_option (st_plugin_int **ref) |
bool | plugin_equals (st_plugin_int **ref1, st_plugin_int **ref2) |
typedef struct st_plugin_int** plugin_ref |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |