7 messages in com.mysql.lists.plusplusRe: ping() core dumping
FromSent OnAttachments
Nash Kabbara15 Jun 2005 16:46 
Nash Kabbara15 Jun 2005 16:49 
Warren Young15 Jun 2005 18:45 
Nash Kabbara27 Jun 2005 14:39 
Chris Frey27 Jun 2005 18:19 
Warren Young27 Jun 2005 21:34 
Chris Frey28 Jun 2005 00:10 
Subject:Re: ping() core dumping
From:Chris Frey (cdf@netdirect.ca)
Date:06/28/2005 12:10:27 AM
List:com.mysql.lists.plusplus

On Mon, Jun 27, 2005 at 10:34:38PM -0600, Warren Young wrote:

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.

Ahhh... just read your Wishlist entry, and see it now. I was talking about the C api, and couldn't understand why anyone would pass in a random handle. :-)

- Chris