mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-04-18 21:24:07 +03:00
29 lines
768 B
Groff
29 lines
768 B
Groff
.\" Automatically generated by Pandoc 3.5
|
|
.\"
|
|
.TH "mysql_server_end" "3" "" "Version 3.3" "MariaDB Connector/C"
|
|
.SS Name
|
|
mysql_server_end \- Called when finished using MariaDB Connector/C
|
|
.SS Synopsis
|
|
.IP
|
|
.EX
|
|
#include \f[B]<mysql.h>\f[R]
|
|
|
|
void mysql_server_end(void)
|
|
.EE
|
|
.SS Description
|
|
Call when finished using the library, such as after disconnecting from
|
|
the server.
|
|
For a client program, only cleans up by performing memory management
|
|
tasks.
|
|
.SS Notes
|
|
.IP \[bu] 2
|
|
\f[CR]mysql_library_end()\f[R] is an alias for
|
|
\f[CR]mysql_server_end()\f[R].
|
|
.IP \[bu] 2
|
|
In MySQL Connector/C versions 3.0.1 to 3.0.4 it was not possible to call
|
|
multiple times \f[B]mysql_server_init(3)\f[R] and
|
|
\f[CR]mysql_server_end()\f[R].
|
|
.SS See also
|
|
.IP \[bu] 2
|
|
\f[B]mysql_server_init(3)\f[R]
|