FreeBSD Manual Pages
mysql_server_init(3) MariaDB Connector/C mysql_server_init(3)
Name
mysql_server_init - Initializes library
Synopsis
#include <mysql.h>
int mysql_library_init(int argc __attribute__((unused)),
char **argv __attribute__((unused)),
char **groups __attribute__((unused)))
Description
Call to initialize the library before calling other functions.
Parameters
All parameters are unused, they only exist for compatibility reasons.
Notes
• Call mysql_server_end(3) to clean up after completion.
• If the library was not explicitly initialized by mysql_server_init()
any call to mysql_init(3) will automatically initialize the library.
• mysql_library_init() is an alias for mysql_server_init()
Return value
Returns zero for success, or nonzero if an error occurred. ## See also
* mysql_server_end(3)
Version 3.4 mysql_server_init(3)
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mysql_server_init&sektion=3&manpath=FreeBSD+Ports+15.0>
