-
Notifications
You must be signed in to change notification settings - Fork 266
mysql_get_proto_info
Georg Richter edited this page Aug 16, 2018
·
1 revision
mysql_get_proto_info - Returns protocol version number
#include <mysql.h>
unsigned int mysql_get_proto_info(MYSQL * mysql);
Returns the protocol version number for the specified connection
-
mysql
- a connection identifier, which was previously allocated by mysql_init() and connected by mysql_real_connect().
MariaDB Connector/C doesn't support protocol version 9 and prior.
The protocol version number in use
MariaDB Connector/C Reference