From: Warren Young Date: June 28 2005 4:34am Subject: Re: ping() core dumping List-Archive: http://lists.mysql.com/plusplus/4564 Message-Id: <42C0D35E.4040302@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: > No. If a function requires a MYSQL handle, you must give it a valid one, > not something with random data. (which is what an uninitialized handle is) True, but I don't think there's any particular reason that a user would know that, especially if MySQL++ ever does go database-independent. Since fixing this doesn't change the ABI, I've added it to the Wishlist for v2.1 or later.