~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql/plugin.h

  • Committer: mark
  • Date: 2008-07-15 06:32:36 UTC
  • mto: This revision was merged to the branch mainline in revision 169.
  • Revision ID: mark@piggy.tangent.org-20080715063236-v5016hb1z1oyi7lj
remove FTPARSER and last remains of full text search

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
#define MYSQL_UDF_PLUGIN             0  /* User-Defined Function */
66
66
#define MYSQL_UDA_PLUGIN             1  /* User-Defined Aggregate function */
67
67
#define MYSQL_STORAGE_ENGINE_PLUGIN  2  /* Storage Engine */
68
 
#define MYSQL_FTPARSER_PLUGIN        3  /* Full-text Parser */
69
68
#define MYSQL_DAEMON_PLUGIN          4  /* Daemon / Raw */
70
69
#define MYSQL_INFORMATION_SCHEMA_PLUGIN  5  /* Information Schema */
71
70
#define MYSQL_AUDIT_PLUGIN           6  /* Audit */
407
406
};
408
407
 
409
408
/*************************************************************************
410
 
  API for Full-text parser plugin. (MYSQL_FTPARSER_PLUGIN)
411
 
*/
412
 
#include "plugin_ftparser.h"
413
 
 
414
 
/*************************************************************************
415
409
  API for Daemon plugin. (MYSQL_DAEMON_PLUGIN)
416
410
*/
417
411