25.2.3.28. mysql_get_client_version()
unsigned long
mysql_get_client_version(void)
Description
Returns an integer that represents the client library version.
The value has the format XYYZZ where
X is the major version,
YY is the release level, and
ZZ is the version number within the release
level. For example, a value of 40102
represents a client library version of
4.1.2.
Return Values
An integer that represents the MySQL client library version.
Errors
None.