Spec-Zone .ru
спецификации, руководства, описания, API
|
int mysql_server_init(int argc, char **argv, char **groups)
This function initializes the MySQL library, which must be done before you call any other MySQL function.
However, mysql_server_init()
is
deprecated and you should call mysql_library_init()
instead. See Section 22.8.7.40, "mysql_library_init()
".
Zero if successful. Nonzero if an error occurred.