Skip to content

mysql_get_parameters

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

Name

mysql_get_parameters - Returns packet size information

Synopsis

#include <mysql.h>
MYSQL_PARAMETERS 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() instead.

See also

Clone this wiki locally