mysql_get_client_info — Get client library info

const char * mysql_get_client_info(void );

Returns a string representing the client library version.

Return value

A string representing the version of the client library

[Note]

To obtain the numeric value of the client library version use mysql_get_client_version()

See also

mysql_get_client_version(), mysql_get_host_info(), mysql_get_proto_info()