~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

Merging Mark's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#define DRIZZLE_STORAGE_ENGINE_PLUGIN  1  /* Storage Engine */
54
54
#define DRIZZLE_INFORMATION_SCHEMA_PLUGIN  2  /* Information Schema */
55
55
#define DRIZZLE_UDF_PLUGIN             3  /* User-Defined Function */
56
 
#define DRIZZLE_UDA_PLUGIN             4  /* User-Defined Aggregate function */
 
56
#define DRIZZLE_UDA_PLUGIN             4  /* User-Defined Aggregate Function */
57
57
#define DRIZZLE_AUDIT_PLUGIN           5  /* Audit */
58
 
#define DRIZZLE_LOGGER_PLUGIN          6  /* Logging */
59
 
#define DRIZZLE_AUTH_PLUGIN            7  /* Authorization */
 
58
#define DRIZZLE_LOGGER_PLUGIN          6  /* Query Logging */
 
59
#define DRIZZLE_ERRMSG_PLUGIN          7  /* Error Messages */
 
60
#define DRIZZLE_AUTH_PLUGIN            8  /* Authorization */
 
61
#define DRIZZLE_CONFIGVAR_PLUGIN       9  /* Configuration Variables */
 
62
#define DRIZZLE_QCACHE_PLUGIN         10  /* Query Cache */
60
63
 
61
 
#define DRIZZLE_MAX_PLUGIN_TYPE_NUM    8  /* The number of plugin types */
 
64
#define DRIZZLE_MAX_PLUGIN_TYPE_NUM   11  /* The number of plugin types */
62
65
 
63
66
/* We use the following strings to define licenses for plugins */
64
67
#define PLUGIN_LICENSE_PROPRIETARY 0