mysql_server_end
- Provided by: libmariadb-dev (Version: 1:10.11.14-0ubuntu0.24.04.1)
- Source: mariadb
- Report a bug
mysql_server_end - Called when finished using MariaDB Connector/C
#include <mysql.h>
void mysql_server_end(void)
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.