mysql_get_parameters - mariadb-corporation/mariadb-connector-c GitHub Wiki
mysql_get_parameters - Returns packet size information
#include <mysql.h>
MYSQL_PARAMETERS mysql_get_parameters(void)
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.