summaryrefslogtreecommitdiffstats
path: root/libmariadb/man/mysql_get_client_version.3
diff options
context:
space:
mode:
Diffstat (limited to 'libmariadb/man/mysql_get_client_version.3')
-rw-r--r--libmariadb/man/mysql_get_client_version.332
1 files changed, 32 insertions, 0 deletions
diff --git a/libmariadb/man/mysql_get_client_version.3 b/libmariadb/man/mysql_get_client_version.3
new file mode 100644
index 00000000..8c1fea4a
--- /dev/null
+++ b/libmariadb/man/mysql_get_client_version.3
@@ -0,0 +1,32 @@
+.\" Automatically generated by Pandoc 2.5
+.\"
+.TH "mysql_get_client_version" "3" "" "Version 3.3.1" "MariaDB Connector/C"
+.hy
+.SS Name
+.PP
+mysql_get_client_version \- returns client version number
+.SS Synopsis
+.IP
+.nf
+\f[C]
+unsigned long mysql_get_client_version(void);
+\f[R]
+.fi
+.SS Description
+.PP
+Returns a number representing the client library version.
+The value has the format XXYYZZ: major version * 10000 + minor version *
+100 + patch version.
+### Notes * To obtain a string containing the client library version use
+the \f[B]mysql_get_client_info(3)\f[R] function.
+* Note: Since MariaDB Server 10.2.6 and MariaDB Connector/C 3.0.1 the
+client library is bundled with server package and returns the server
+package version.
+To obtain the client version of the connector, please use the constant
+\f[C]MARIADB_PACKAGE_VERSION_ID\f[R]
+.SS Return value
+.PP
+A long integer representing the client version
+.SS See also
+.IP \[bu] 2
+\f[B]mysql_get_client_info(3)\f[R]