~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/qcache.h

  • Committer: Monty Taylor
  • Date: 2009-04-10 22:18:10 UTC
  • mto: (992.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: mordred@inaugust.com-20090410221810-06j7dfgl1iso0dab
Did the finalizers. Renamed plugin_registry.

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_finalizer (st_plugin_int *plugin);
26
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);