Drizzled Public API Documentation

drizzle_plugin::st_net Struct Reference

List of all members.

Public Attributes

Viovio
unsigned char * buff
unsigned char * buff_end
unsigned char * write_pos
unsigned char * read_pos
int fd
unsigned long remain_in_buf
unsigned long length
unsigned long buf_length
unsigned long where_b
unsigned long max_packet
unsigned long max_packet_size
unsigned int pkt_nr
unsigned int compress_pkt_nr
unsigned int write_timeout
unsigned int read_timeout
unsigned int retry_count
int fcntl
unsigned int * return_status
unsigned char reading_or_writing
char save_char
bool compress
unsigned char * unused
unsigned int last_errno
unsigned char error
char last_error [LIBDRIZZLE_ERRMSG_SIZE]
char sqlstate [LIBDRIZZLE_SQLSTATE_LENGTH+1]
void * extension

Detailed Description

Definition at line 31 of file net_serv.h.


Member Data Documentation

char drizzle_plugin::st_net::last_error[LIBDRIZZLE_ERRMSG_SIZE]

Client library error message buffer. Actually belongs to struct MYSQL.

Definition at line 62 of file net_serv.h.

char drizzle_plugin::st_net::sqlstate[LIBDRIZZLE_SQLSTATE_LENGTH+1]

Client library sqlstate buffer. Set along with the error message.

Definition at line 64 of file net_serv.h.


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