mysql_server_init
- Provided by: libmariadb-dev (Version: 1:10.11.14-0ubuntu0.24.04.1)
- Source: mariadb
- Report a bug
mysql_server_init - Initializes library
#include <mysql.h>
int mysql_library_init(int argc __attribute__((unused)),
char **argv __attribute__((unused)),
char **groups __attribute__((unused)))
Call to initialize the library before calling other functions.
All parameters are unused, they only exist for compatibility reasons.
Returns zero for success, or nonzero if an error occurred. ## See also * mysql_server_end(3)