~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_stderr/errmsg_stderr.cc

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
static int errmsg_stderr_plugin_deinit(void *p)
62
62
{
63
 
  errmsg_st *l= (errmsg_st *) p;
 
63
  errmsg_t *l= (errmsg_t *) p;
64
64
 
65
65
  l->errmsg_func= NULL;
66
66
 
69
69
 
70
70
mysql_declare_plugin(errmsg_stderr)
71
71
{
72
 
  DRIZZLE_LOGGER_PLUGIN,
 
72
  DRIZZLE_ERRMSG_PLUGIN,
73
73
  "errmsg_stderr",
74
74
  "0.1",
75
75
  "Mark Atwood <mark@fallenpegasus.com>",