const char *mysql_get_client_info(void)
Returns a string that represents the MySQL client library
version; for example, "5.6.36".
The function value is the MySQL version. For Connector/C, this is the MySQL version on which the Connector/C distribution is based. For more information, see Section 23.8.4.4, “C API Server and Client Library Versions”.
A character string that represents the MySQL client library version.
None.