mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-06 08:57:11 +02:00
Add MariaDB Connector/C as a built-in alternative (v3.2.3).
This commit is contained in:
34
vendor/MDBC/man/mysql_get_server_version.3
vendored
Normal file
34
vendor/MDBC/man/mysql_get_server_version.3
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
.\" Automatically generated by Pandoc 2.5
|
||||
.\"
|
||||
.TH "mysql_get_server_version" "3" "" "Version 3.2.2" "MariaDB Connector/C"
|
||||
.hy
|
||||
.SS Name
|
||||
.PP
|
||||
mysql_get_server_version \- returns numeric server version
|
||||
.SS Synopsis
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
#include <mysql.h>
|
||||
|
||||
unsigned long mysql_get_server_version(MYSQL * mysql);
|
||||
\f[R]
|
||||
.fi
|
||||
.SS Description
|
||||
.PP
|
||||
Returns an integer representing the version of connected server.
|
||||
.SS Parameter
|
||||
.IP \[bu] 2
|
||||
\f[C]mysql\f[R] \- a connection identifier, which was previously
|
||||
allocated by \f[B]mysql_init(3)\f[R] and connected by
|
||||
\f[B]mysql_real_connect(3)\f[R].
|
||||
.SS Notes
|
||||
.PP
|
||||
The form of the version number is VERSION_MAJOR * 10000 + VERSION_MINOR
|
||||
* 100 + VERSION_PATCH.
|
||||
.SS Return value
|
||||
.PP
|
||||
The version number of the connected server
|
||||
.SS See also
|
||||
.IP \[bu] 2
|
||||
\f[B]mysql_get_server_info(3)\f[R]
|
Reference in New Issue
Block a user