MySQL :: MySQL 8.4 C API Developer Guide :: 5.4.29 mysql_get_client_info() (original) (raw)
5.4.29 mysql_get_client_info()
const char *
mysql_get_client_info(void)
Description
Returns a string that represents the MySQL client library version (for example, "8.4.5"
).
The function value is the version of MySQL that provides the client library. For more information, seeSection 3.6.12, “Obtaining the Server Version and Client Library Version”.
Return Values
A character string that represents the MySQL client library version.
Errors
None.