~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Mark Atwood
  • Date: 2008-10-16 11:33:16 UTC
  • mto: (520.1.13 drizzle)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: mark@fallenpegasus.com-20081016113316-ff6jdt31ck90sjdh
an implemention of the errmsg plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#define DRIZZLE_LOGGER_PLUGIN          6  /* Query Logging */
59
59
#define DRIZZLE_ERRMSG_PLUGIN          7  /* Error Messages */
60
60
#define DRIZZLE_AUTH_PLUGIN            8  /* Authorization */
61
 
#define DRIZZLE_CONFIG_PLUGIN          9  /* Configuration */
 
61
#define DRIZZLE_CONFIGVAR_PLUGIN       9  /* Configuration */
62
62
#define DRIZZLE_QCACHE_PLUGIN         10  /* Query Cache */
63
63
 
64
64
#define DRIZZLE_MAX_PLUGIN_TYPE_NUM   11  /* The number of plugin types */