githubEdit

mysql_get_client_info

mysql_get_client_info retrieves the client library version as a string; use mysql_get_client_version for the equivalent numeric value.

Syntax

const char * mysql_get_client_info(void );

Description

Returns a string representing the client library version

circle-info

To obtain the numeric value of the client library version use mysql_get_client_version().

See also

spinner

Last updated

Was this helpful?