mysql_get_parameters - mariadb-corporation/mariadb-connector-c GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️