1mysql_get_client_info(3) MariaDB Connector/C mysql_get_client_info(3)
2
3
4
5 Name
6 mysql_get_client_info - returns client library version as string repre‐
7 sentation
8
9 Synopsis
10 #include <mysql.h>
11
12 const char * mysql_get_client_info(void );
13
14 Description
15 Returns a string representing the client library version
16
17 Notes
18 To obtain the numeric value of the client library version use
19 mysql_get_client_version(3).
20
21 See also
22 • mysql_get_client_version(3)
23
24 • mysql_get_host_info(3)
25
26 • mysql_get_proto_info(3)
27
28
29
30Version 3.2.2 mysql_get_client_info(3)