DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-get-client-version

Info Catalog (mysql.info) mysql-get-client-info (mysql.info) c-api-functions (mysql.info) mysql-get-host-info
 
 22.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.
 
Info Catalog (mysql.info) mysql-get-client-info (mysql.info) c-api-functions (mysql.info) mysql-get-host-info
automatically generated byinfo2html