MySQL_Library_End
Posted by: John Thomas
Date: September 11, 2005 10:18PM

Hello,

I'm writing a client using LibMySQL.DLL and I'm running into a problem when using MySQL_Library_End. From the documentation (below) it appears that it is supposed to be called when you're all done. However, I can't find the function "mysql_library_end" within the DLL. I downloaded Windows MySQL: mysql-noinstall-4.1.14-win32.zip, which I'm assuming is version 4.1.14 (and greather than 4.1.10), but I still can't find this function in it.

Any help would be really appreciated!!!

Thanks,

John

========================================
23.2.3.37. mysql_library_end()

void mysql_library_end(void)

Description

This is a synonym for the mysql_server_end() function. It was added in MySQL 4.1.10 and 5.0.3.

See Section 23.2.2, “C API Function Overview” for usage information.
========================================

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL_Library_End
786
September 11, 2005 10:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.