DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql_get_client_version

Info Catalog (mysql.info.gz) mysql_get_client_info (mysql.info.gz) C API functions (mysql.info.gz) mysql_get_host_info
 
 22.2.3.25 `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'.
 
 This function was added in MySQL 4.0.16.
 
 Return Values
 .............
 
 An integer that represents the MySQL client library version.
 
 Errors
 ......
 
 None.
 
Info Catalog (mysql.info.gz) mysql_get_client_info (mysql.info.gz) C API functions (mysql.info.gz) mysql_get_host_info
automatically generated byinfo2html