mysql_server_end()
void mysql_server_end(void)
Description
This function finalizes the MySQL library. You should call it when you are done using the library.
As of MySQL 4.1.10,
mysql_server_end() is
deprecated and you should call
mysql_library_end() instead.
See Section 17.2.3.37, “mysql_library_end()”.
Return Values
None.

User Comments
Add your own comment.