Skip to content

mysql_net_read_packet

Georg Richter edited this page Jun 11, 2023 · 2 revisions

Name

mysql_net_field_length - Reads an incoming data packet from server

Synopsis

#include <mysql.h>

ulong mysql_net_read_packet(MYSQL *mysql)

Description

Reads an incoming data packet from the server.

Parameters

Notes

This function is part of the low level protocol API.

Return value

Returns the length of the packet.

See also

mysql_net_field_length

Clone this wiki locally