mysql_net_read_packet
Syntax
#include <mysql.h>
ulong mysql_net_read_packet(MYSQL *mysql)Parameter
Parameter
Description
Description
Return Value
See also
Last updated
Was this helpful?
#include <mysql.h>
ulong mysql_net_read_packet(MYSQL *mysql)mysql
A connection handle previously allocated by mysql_init() and connected by mysql_real_connect().
mysql_net_read_packet reads the next protocol packet from the server into the connection's internal network buffer.
Returns the length of the received packet.
This function is part of the low level protocol API.
Last updated
Was this helpful?
Was this helpful?

