On Sun, 2009-04-19 at 23:39 +0100, Michael Nacos wrote: > > 2009/4/19 Chris Meller <[email protected]> > http://drupal.org/node/354139 > > http://www.semicomplete.com/blog/geekery/mysql-prepare-queries-not-cached.html > > We set this on connect for MySQL in > system/schema/mysql/connection.php (although I don't remember > why, since MySQL shouldn't have this kind of problem). We > should probably add that for Postgres as well. > > > I think people tend to use it to take advantage of query caching in > MySQL or something along those lines.
Yeah it was added to take advantage of QCache, which won't work without it. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
