mysql_get_client_version — Returns a number representing the client library version
unsigned long mysql_get_client_version(void );
Returns a number representing the client library version
Return value
A number representing the version of the client library
| |
---|
To obtain a string containing the client library version use mysql_get_client_info() function. |
See also
mysql_get_client_info()