4 messages in com.mysql.lists.javaProblem with log, question marks with...
FromSent OnAttachments
Rafal Zawadzki28 Oct 2005 01:41 
Rafal Zawadzki28 Oct 2005 01:44 
Mark Matthews28 Oct 2005 07:00 
Rafal Zawadzki28 Oct 2005 07:45 
Subject:Problem with log, question marks with select instead of values...
From:Rafal Zawadzki (rafa@eo.pl)
Date:10/28/2005 01:41:17 AM
List:com.mysql.lists.java

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,