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