~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to drizzled/plugin/manifest.h

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  plugin_license_type license; /* plugin license (PLUGIN_LICENSE_XXX)          */
62
62
  initialize_func_t init;     /* function to invoke when plugin is loaded     */
63
63
  initialize_func_t deinit;   /* function to invoke when plugin is unloaded   */
64
 
  drizzle_show_var *status_vars;
65
64
  drizzle_sys_var **system_vars;
66
65
  void *reserved1;           /* reserved for dependency checking             */
67
66
};