2 messages in com.mysql.lists.mysqlmysql_library_init()
FromSent OnAttachments
Bruce Martin30 Oct 2005 07:23 
Paul DuBois30 Oct 2005 12:19 
Subject:mysql_library_init()
From:Bruce Martin (bmar@mac.com)
Date:10/30/2005 07:23:30 AM
List:com.mysql.lists.mysql

I noticed my client crashes when I try to connect to MySQL 5 server. My client was written against the MySQL 4 C API's. So I looked at the new Docs for MySQL 5 C API's and noticed a new function, mysql_library_init(). I see it has 3 parameters. int mysql_library_init(int argc, char **argv, char **groups)

Can someone explain what the 3 parameters are and what they need for info? The docs are a bit light on this subject and it says it is synonym for the mysql_server_init() function, but that function is not listed and is not linked to in the on-line docs.