Bug #2157 problem with cache query
Submitted: 18 Dec 2003 7:51 Modified: 18 Dec 2003 9:40
Reporter: Levente Erdos Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.0.16 OS:Windows (window 2000)
Assigned to: CPU Architecture:Any

[18 Dec 2003 7:51] Levente Erdos
Description:
I use mysql server with a delphi application. When I execute a simple query i get one row. After this I execute the same query more times and the result has one, two, three, four etc... rows with the right result (row1=row2=row3=row4=row5= etc ... ), but i don not know why. I tried to get off the query cahce, but the problem exists yet. 
Can anybody help me?

Levi

How to repeat:
Execute the same query
[18 Dec 2003 8:02] MySQL Verification Team
Seem to me at first glance that this behavior it is not regarding
to query cache, instead I guess is how you are handling the 
result data set and its display. Are you verified the samples
even in C/C++ that are shipped together with the distribution?.
[18 Dec 2003 9:40] MySQL Verification Team
According your own email:

The problem has been solved, thanks the help.