Skip to content

mysql_get_parameters

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

Name

mysql_get_parameters - Returns packet size information

Synopsis

#include <mysql.h>
MYSQL_PARAMETERS *STDCALL
mysql_get_parameters(void)

Notes

This function is deprecated and will be removed. To obtain information about maximum allowed packet size and net buffer size please use mariadb_get_infov().

See also

Clone this wiki locally