Hi. I am using mysql connector, version 3.11.
I found, that in /var/log/mysq.log there is no values for Execute statement
with select. Instead of them, there are questions marks. When I run update or
instert, there is no problem, there are values in log file. MySQL version
4.1, and i've tried it with connectoy 3.10 version also. On the other
machines, everything is ok. Any idea?
44 Execute [1] select entry0_.id as id, entry0_.access_count as access2_,
entry0_.created as created, entry0_.cache_key as cache4_,
entry0_.last_accessed as last5_, entry0_.value as value, entry0_.region as
region from query_cache_store entry0_ where
(entry0_.region=? )and(entry0_.cache_key=? ) order by id desc limit 1
Thanks,