From: Warren Young Date: July 18 2005 12:43pm Subject: Re: Stored Procedures & Multiple Result Sets List-Archive: http://lists.mysql.com/plusplus/4648 Message-Id: <42DBA3FC.8020508@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jalon, Arnon wrote: > I couldn't really find a clean way to modify the client_flag of the > options struct using the published c api. I believe I solved this problem. Basically, you can now call set_option() before the connection is established, which will set the proper connection flag as a side effect. 2.0.0 beta 2 will be out soon, if you don't want to look in svn. >>say "svn add myfile", > > That works. I wonder if it wouldn't help future contributors if that > was mentioned in the HACKERS file. Done.