-
Notifications
You must be signed in to change notification settings - Fork 256
mysql_get_client_info
Georg Richter edited this page Aug 16, 2018
·
1 revision
mysql_get_client_info - returns client library version as string representation
#include <mysql.h>
const char * mysql_get_client_info(void );
Returns a string representing the client library version
To obtain the numeric value of the client library version use mysql_get_client_version().
MariaDB Connector/C Reference