MySQL Forums
Forum List  »  Performance

Re: cache not used with restricted privileges ?
Posted by: Rick James
Date: May 01, 2013 11:57PM

Is it the SELECT or the GRANT that you are timing?

What cache are you expecting to be used?
SHOW VARIABLES LIKE 'query%';
SHOW VARIABLES LIKE '%buffer%';
USE sakila;
SHOW TABLE STATUS;

Perhaps some subtle quirk in the Query Cache.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: cache not used with restricted privileges ?
732
May 01, 2013 11:57PM


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.