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.
Last updated
Was this helpful?
mysql_get_client_info retrieves the client library version as a string; use mysql_get_client_version for the equivalent numeric value.
const char * mysql_get_client_info(void );Returns a string representing the client library version
To obtain the numeric value of the client library version use mysql_get_client_version().
This page is: Copyright © 2026 MariaDB. All rights reserved.
Last updated
Was this helpful?
Was this helpful?

