~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql/plugin.h

  • Committer: Brian Aker
  • Date: 2008-07-20 04:21:18 UTC
  • mfrom: (190.1.1 drizzle-pluginreorder)
  • Revision ID: brian@tangent.org-20080720042118-2va1vmxch271sd8a
MergeĀ fromĀ mark

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
/*
61
61
  The allowable types of plugins
62
62
*/
63
 
#define MYSQL_UDF_PLUGIN             0  /* User-Defined Function */
64
 
#define MYSQL_UDA_PLUGIN             1  /* User-Defined Aggregate function */
65
 
#define MYSQL_STORAGE_ENGINE_PLUGIN  2  /* Storage Engine */
66
 
#define MYSQL_DAEMON_PLUGIN          4  /* Daemon / Raw */
67
 
#define MYSQL_INFORMATION_SCHEMA_PLUGIN  5  /* Information Schema */
68
 
#define MYSQL_AUDIT_PLUGIN           6  /* Audit */
69
 
#define MYSQL_LOG_PLUGIN             7  /* Logging */
70
 
#define MYSQL_AUTH_PLUGIN            8  /* Authorization */
71
 
#define MYSQL_MAX_PLUGIN_TYPE_NUM    9  /* The number of plugin types   */
 
63
#define MYSQL_DAEMON_PLUGIN          0  /* Daemon / Raw */
 
64
#define MYSQL_STORAGE_ENGINE_PLUGIN  1  /* Storage Engine */
 
65
#define MYSQL_INFORMATION_SCHEMA_PLUGIN  2  /* Information Schema */
 
66
#define MYSQL_UDF_PLUGIN             3  /* User-Defined Function */
 
67
#define MYSQL_UDA_PLUGIN             4  /* User-Defined Aggregate function */
 
68
#define MYSQL_AUDIT_PLUGIN           5  /* Audit */
 
69
#define MYSQL_LOGGER_PLUGIN          6  /* Logging */
 
70
#define MYSQL_AUTH_PLUGIN            7  /* Authorization */
 
71
 
 
72
#define MYSQL_MAX_PLUGIN_TYPE_NUM    8  /* The number of plugin types */
72
73
 
73
74
/* We use the following strings to define licenses for plugins */
74
75
#define PLUGIN_LICENSE_PROPRIETARY 0