MySQL 8.3.0
Source Code Documentation
st_command Struct Reference

Public Attributes

char * query
 
char * query_buf
 
char * first_argument
 
char * last_argument
 
char * end
 
DYNAMIC_STRING content
 
size_t first_word_len
 
size_t query_len
 
bool abort_on_error
 
bool used_replace
 
char output_file [FN_REFLEN]
 
enum enum_commands type
 
uint lineno
 

Member Data Documentation

◆ abort_on_error

bool st_command::abort_on_error

◆ content

DYNAMIC_STRING st_command::content

◆ end

char * st_command::end

◆ first_argument

char * st_command::first_argument

◆ first_word_len

size_t st_command::first_word_len

◆ last_argument

char * st_command::last_argument

◆ lineno

uint st_command::lineno

◆ output_file

char st_command::output_file[FN_REFLEN]

◆ query

char* st_command::query

◆ query_buf

char * st_command::query_buf

◆ query_len

size_t st_command::query_len

◆ type

enum enum_commands st_command::type

◆ used_replace

bool st_command::used_replace

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