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.
User Comments
4.0.24 does not have it for the embedded library.
4.1.0 does not have it at all.
4.1.1 does have it for all library versions.
Add your own comment.