Recommended Servers for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
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.6.3.37, “mysql_library_end()”.
mysql_library_end()
Return Values
None.
Add your own comment.
User Comments
Add your own comment.