GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
mysql_server_init(3) MariaDB Connector/C mysql_server_init(3)

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.

Call mysql_server_end(3) to clean up after completion.
If the library was not explicetly 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()

Returns zero for success, or nonzero if an error occurred. ## See also * mysql_server_end(3)
Version 3.2.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.