~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_syslog/logging_syslog.cc

  • Committer: Brian Aker
  • Date: 2009-01-28 19:37:25 UTC
  • mfrom: (779.3.11 devel)
  • Revision ID: brian@tangent.org-20090128193725-pz7g7dnp2dx0863e
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
  NULL
125
125
};
126
126
 
127
 
mysql_declare_plugin(logging_syslog)
 
127
drizzle_declare_plugin(logging_syslog)
128
128
{
129
129
  DRIZZLE_LOGGER_PLUGIN,
130
130
  "logging_syslog",
138
138
  logging_syslog_system_variables,
139
139
  NULL
140
140
}
141
 
mysql_declare_plugin_end;
 
141
drizzle_declare_plugin_end;