~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/qcache.h

  • Committer: Brian Aker
  • Date: 2008-10-20 04:28:21 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020042821-rqqdrccuu8195k3y
Second pass of thd cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
/* todo, fill in this API */
29
29
/* these are the functions called by the rest of the drizzle server
30
30
   to do whatever this plugin does. */
31
 
bool qcache_do1 (Session *thd, void *parm1, void *parm2);
32
 
bool qcache_do2 (Session *thd, void *parm3, void *parm4);
 
31
bool qcache_do1 (Session *session, void *parm1, void *parm2);
 
32
bool qcache_do2 (Session *session, void *parm3, void *parm4);
33
33
 
34
34
#endif /* DRIZZLED_QCACHE_H */