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 5.0.3,
mysql_server_end() is deprecated
and you should call
mysql_library_end() instead. See
Section 20.8.3.39, “mysql_library_end()”.
Return Values
None.

User Comments
Add your own comment.