~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/connection_id/connection_id.cc

  • Committer: Brian Aker
  • Date: 2010-12-19 06:20:54 UTC
  • mfrom: (2005.1.1 bug673105)
  • Revision ID: brian@tangent.org-20101219062054-1kt0l3dxs4z2z8md
Merge Dave.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
  "Return the current connection_id",
86
86
  PLUGIN_LICENSE_GPL,
87
87
  initialize, /* Plugin Init */
88
 
  NULL,   /* depends */
 
88
  NULL,   /* system variables */
89
89
  NULL    /* config options */
90
90
}
91
91
DRIZZLE_DECLARE_PLUGIN_END;