~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/qcache.h

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/plugin/qcache.h>
24
24
 
25
 
int qcache_initializer (st_plugin_int *plugin);
26
 
int qcache_finalizer (st_plugin_int *plugin);
 
25
void add_query_cache(QueryCache *handler);
 
26
void remove_query_cache(QueryCache *handler);
27
27
 
28
28
/* These are the functions called by the rest of the Drizzle server */
29
29
bool qcache_try_fetch_and_send(Session *session, bool transactional);