From: Warren Young Date: July 8 2005 8:39am Subject: Re: Optimization of Row (patch attached) List-Archive: http://lists.mysql.com/plusplus/4621 Message-Id: <42CE3BAD.8010803@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: > Actually, after some thought, an iterator into a Result would be the most > logical way to access this, I went looking into the current result iterator stuff (resiter.h) and it seems that you can already get a row object by reference this way. Byrial, can you please try this and see if it also reduces your program's run time? If you're using 'use' queries, you can't use this iterator, but there's already a plan to add iterators for those as well.