MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Classes | |
struct | SHOW_VAR |
SHOW STATUS Server status variable. More... | |
Macros | |
#define | SHOW_VAR_MAX_NAME_LEN 64 |
#define | SHOW_VAR_FUNC_BUFF_SIZE 1024 |
#define | MYSQL_THD THD * |
Typedefs | |
typedef int(* | mysql_show_var_func) (MYSQL_THD, SHOW_VAR *, char *) |
Enumerations | |
enum | enum_mysql_show_type { SHOW_UNDEF , SHOW_BOOL , SHOW_INT , SHOW_LONG , SHOW_LONGLONG , SHOW_CHAR , SHOW_CHAR_PTR , SHOW_ARRAY , SHOW_FUNC , SHOW_DOUBLE , SHOW_KEY_CACHE_LONG , SHOW_KEY_CACHE_LONGLONG , SHOW_LONG_STATUS , SHOW_DOUBLE_STATUS , SHOW_HAVE , SHOW_MY_BOOL , SHOW_HA_ROWS , SHOW_SYS , SHOW_LONG_NOFLUSH , SHOW_LONGLONG_STATUS , SHOW_LEX_STRING , SHOW_SIGNED_INT , SHOW_SIGNED_LONG , SHOW_SIGNED_LONGLONG } |
Declarations for SHOW STATUS support in plugins. More... | |
enum | enum_mysql_show_scope { SHOW_SCOPE_UNDEF , SHOW_SCOPE_GLOBAL , SHOW_SCOPE_SESSION , SHOW_SCOPE_ALL } |
Status variable scope. More... | |
#define MYSQL_THD THD * |
#define SHOW_VAR_FUNC_BUFF_SIZE 1024 |
#define SHOW_VAR_MAX_NAME_LEN 64 |
enum enum_mysql_show_type |
Declarations for SHOW STATUS support in plugins.