~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_stderr/errmsg_stderr.cc

  • Committer: Patrick Crews
  • Date: 2010-07-19 22:50:20 UTC
  • mto: (1663.1.2 rollup)
  • mto: This revision was merged to the branch mainline in revision 1664.
  • Revision ID: gleebix@gmail.com-20100719225020-6lhrjnkq3k9lyq0f
Fix of optimizer.test - needed cleanup at the end + updated .result file

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
};
56
56
 
57
57
static Error_message_stderr *handler= NULL;
58
 
static int errmsg_stderr_plugin_init(plugin::Context &context)
 
58
static int errmsg_stderr_plugin_init(module::Context &context)
59
59
{
60
60
  handler= new Error_message_stderr();
61
61
  context.add(handler);