MySQL Forums
Forum List  »  Perl

How to use Query Cache with Perl DBI
Posted by: howa chen
Date: September 01, 2006 10:20AM

With Perl DBI, no matter prepare() or do() statement, it will issued a server side prepare call, so query cache will not work.

can anyone show me an example of perl script (DBI) which `should` work with MySQL query cache?

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
How to use Query Cache with Perl DBI
September 01, 2006 10:20AM


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.