I may add, that it is always the same comment, so the query is exactly the
same and SHOULD be cached.
-Ursprungliche Nachricht-
Von: Christian Rabe [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 12. Januar 2003 01:41
An: [EMAIL PROTECTED]
Betreff: Problem with query cache and comments
Hi
Hi,
I've been testing the query cache with mysql 4.0.8 and ran into a problem.
the query
select * from tablename where x=1;
is cached correctly and generates nice hits when run more than once
but if I add a comment like
/* any comment */ select * from tablename where x=1;
the query is cached, bu