MySQL Forums
Forum List  »  Connector/ODBC

Problems with Query Cache
Posted by: Josep Bravo
Date: April 26, 2006 04:12AM

Hello friends!

I have some problems with i suposse is the "Query Cache".
I have mysql server version 5 installed.

I have an applicattion with works with odbc 3.51 driver.

The problem is... the effect of query cache when i work with 2 or 3 concurrent sessions in my application.

I'm doing this with a session (session 1):

select * from table...
update table...

In the other session (session 2) i do the SAME select:

select * from table...

I can't see at session 2 the changes of sentence update of the 1st session!! Only i can do this it's work the session and begin.

I supossed this a query cache, i dessactivate it i have tried. Know i have:

query_cache_type = OFF
query_cache_size = 0

But occurs the same effect!!!! I don't know how i can get solution for this.. please help!! : )

Options: ReplyQuote


Subject
Written By
Posted
Problems with Query Cache
April 26, 2006 04:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.