1 message in com.mysql.lists.plusplusAntwort: RE:performance decrease
FromSent OnAttachments
Klau...@infores.de07 Jun 2002 06:15 
Subject:Antwort: RE:performance decrease
From:Klau...@infores.de (Klau@infores.de)
Date:06/07/2002 06:15:34 AM
List:com.mysql.lists.plusplus

Thank you,

this does help. Meanwhile i have a workaround, too.

ResUse res=query.use(); MYSQL_ROW mysql_row; while((mysql_row=mysql_fetch_row(res.mysql_result()))!=0) { Row row(mysql_row,&res,(unsigned int*)mysql_fetch_lengths(res.mysql_result()),true); // do something }

Its more than 100 times faster than my old one.

--- Mit freundlichen Grüßen

Klaus Gillarek Klau@infores.de

dbuck@mindspr ing.com An: Klau@infores.de Kopie: 07.06.02 Blindkopie: Klaus Gillarek/IRI/GFK/DE 13:18 Thema: RE:performance decrease Bitte antworten an dbuck

see http://lists.mysql.com/cgi-ez/ezmlm-cgi?8:mss:694:200107:nabagpmfcemdmclnpndh

-Darin