-
Notifications
You must be signed in to change notification settings - Fork 258
mysql_get_parameters
Georg Richter edited this page Jun 4, 2023
·
2 revisions
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.
MariaDB Connector/C Reference