Synopsis
void mysql_library_end(void)
Use this function to close the MySQL library after
disconnecting from the server. It can free memory and can be used with
either the normal client library or the embedded server library. It’s
used in conjunction with
mysql_library_init().