-
Notifications
You must be signed in to change notification settings - Fork 258
mysql_net_read_packet
Georg Richter edited this page Jun 11, 2023
·
2 revisions
mysql_net_field_length - Reads an incoming data packet from server
#include <mysql.h>
ulong mysql_net_read_packet(MYSQL *mysql)
Reads an incoming data packet from the server.
-
mysql
- mysql handle, which was previously allocated by mysql_init() and connected by mysql_real_connect().
This function is part of the low level protocol API.
Returns the length of the packet.
MariaDB Connector/C Reference