~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_stderr/errmsg_stderr.cc

  • Committer: Monty Taylor
  • Date: 2009-04-10 23:38:17 UTC
  • mto: (992.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: mordred@inaugust.com-20090410233817-q6pw0we5xsl96cao
Removed now meaningless plugin_type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
drizzle_declare_plugin(errmsg_stderr)
74
74
{
75
 
  DRIZZLE_ERRMSG_PLUGIN,
76
75
  "errmsg_stderr",
77
76
  "0.1",
78
77
  "Mark Atwood <mark@fallenpegasus.com>",