~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin.h

  • Committer: Brian Aker
  • Date: 2008-12-05 07:33:29 UTC
  • Revision ID: brian@tangent.org-20081205073329-5f0ejzseqs3ioaq5
Yet more unused.... damn annoying... (also tossed some prototypes that were
missing functions)

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
  int (*deinit)(void *);/* the function to invoke when plugin is unloaded */
382
382
  struct st_mysql_show_var *status_vars;
383
383
  struct st_mysql_sys_var **system_vars;
384
 
  void * __reserved1;   /* reserved for dependency checking             */
 
384
  void *reserved1;   /* reserved for dependency checking             */
385
385
};
386
386
 
387
387
struct handlerton;