Properly cleanup libmysql

Seems to work correctly with recent MySQL versions.
This commit is contained in:
Tobias Brunner
2013-03-19 16:33:07 +01:00
parent 2ac772a5d0
commit 5e551da16b
@@ -143,7 +143,7 @@ void mysql_database_deinit()
{ {
initialized->destroy(initialized); initialized->destroy(initialized);
mysql_thread_end(); mysql_thread_end();
/* mysql_library_end(); would be the clean way, however, it hangs... */ mysql_library_end();
} }
/** /**