MySQL 9.0.0
Source Code Documentation
LINE_BUFFER Struct Reference

#include <my_readline.h>

Public Attributes

File file
 
char * buffer
 
char * end
 
char * start_of_line
 
char * end_of_line
 
uint bufread
 
uint eof
 
ulong max_size
 
ulong read_length
 
int error
 
bool truncated
 

Member Data Documentation

◆ buffer

char* LINE_BUFFER::buffer

◆ bufread

uint LINE_BUFFER::bufread

◆ end

char* LINE_BUFFER::end

◆ end_of_line

char * LINE_BUFFER::end_of_line

◆ eof

uint LINE_BUFFER::eof

◆ error

int LINE_BUFFER::error

◆ file

File LINE_BUFFER::file

◆ max_size

ulong LINE_BUFFER::max_size

◆ read_length

ulong LINE_BUFFER::read_length

◆ start_of_line

char* LINE_BUFFER::start_of_line

◆ truncated

bool LINE_BUFFER::truncated

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