From: Warren Young Date: February 7 2005 8:42pm Subject: Re: Connection close problem List-Archive: http://lists.mysql.com/plusplus/3938 Message-Id: <4207D2B0.3070907@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Calin Vaida wrote: > Shall I put this problem on the mysql list? Tricky...they're going to want to see a straight C API program, I'm sure. If I were you, I'd reduce the changes to just one variable at a time. Probably I'd try rolling back to MySQL 3.23, as that would be easier than rolling back the OS. If the problem is still present, then either something in the OS you're linking against has a problem, or... > But I'm confused why the examples from mysql++ are running ok with > existing libmysqlclient. ...perhaps your program is grossly misusing the library, and it _just happened_ to work previously.