MySQL 8.4.0
Source Code Documentation
SHOW_VAR Struct Reference

SHOW STATUS Server status variable. More...

#include <status_var.h>

Public Attributes

const char * name
 
char * value
 
enum enum_mysql_show_type type
 
enum enum_mysql_show_scope scope
 

Detailed Description

SHOW STATUS Server status variable.

Member Data Documentation

◆ name

const char* SHOW_VAR::name

◆ scope

enum enum_mysql_show_scope SHOW_VAR::scope

◆ type

enum enum_mysql_show_type SHOW_VAR::type

◆ value

char* SHOW_VAR::value

The documentation for this struct was generated from the following file: