#include <mysql_com.h>
◆ buf_length
unsigned long NET::buf_length |
◆ buff
◆ buff_end
unsigned char * NET::buff_end |
◆ compress
◆ compress_pkt_nr
unsigned int NET::compress_pkt_nr |
◆ error
◆ extension
Extension pointer, for the caller private use.
Any program linking with the networking library can use this pointer, which is handy when private connection specific data needs to be maintained. The mysqld server process uses this pointer internally, to maintain the server internal instrumentation for the connection.
◆ fcntl
◆ fd
◆ last_errno
unsigned int NET::last_errno |
◆ last_error
Client library error message buffer.
Actually belongs to struct MYSQL.
◆ length
unsigned long NET::length |
◆ max_packet
unsigned long NET::max_packet |
◆ max_packet_size
unsigned long NET::max_packet_size |
◆ pkt_nr
◆ read_pos
unsigned char * NET::read_pos |
◆ read_timeout
unsigned int NET::read_timeout |
◆ reading_or_writing
unsigned char NET::reading_or_writing |
◆ remain_in_buf
unsigned long NET::remain_in_buf |
Set if we are doing several queries in one command ( as in LOAD TABLE ... FROM MASTER ), and do not want to confuse the client with OK at the wrong time.
◆ retry_count
unsigned int NET::retry_count |
◆ return_status
unsigned int* NET::return_status |
◆ save_char
unsigned char NET::save_char |
◆ sqlstate
Client library sqlstate buffer.
Set along with the error message.
◆ vio
◆ where_b
unsigned long NET::where_b |
◆ write_pos
unsigned char * NET::write_pos |
◆ write_timeout
unsigned int NET::write_timeout |
The documentation for this struct was generated from the following file: