table of contents
other versions
- bookworm 1:10.11.11-0+deb12u1
- testing 1:11.4.5-1
- unstable 1:11.8.1-2
- experimental 1:11.4.5-2~exp1
mysql_get_client_info(3) | MariaDB Connector/C | mysql_get_client_info(3) |
Name¶
mysql_get_client_info - returns client library version as string representation
Synopsis¶
-
#include <mysql.h> const char * mysql_get_client_info(void );
Description¶
Returns a string representing the client library version
Notes¶
To obtain the numeric value of the client library version use mysql_get_client_version(3).
See also¶
Version 3.3.1 |