From: Warren Young Date: March 23 2011 2:34pm Subject: Re: StoreQueryResults destructor runs without end... List-Archive: http://lists.mysql.com/plusplus/9282 Message-Id: <4D8A0510.409@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 3/23/2011 3:08 AM, Warren Young wrote: > > Keep in mind also the behavior of std::vector.... Actually, this is irrelevant. StoreQueryResult knows the result set size when it is created because it can ask the underlying MySQL C API library how many rows are in the MYSQL_RES structure it is initialized from. So, this pissing contest was doubly pointless. I apologize for the list noise.