[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
mysql_get_client_version()
unsigned long mysql_get_client_version(void)
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
.
An integer that represents the MySQL client library version.