~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/syslog/module.cc

  • Committer: Monty Taylor
  • Date: 2010-07-08 04:31:12 UTC
  • mfrom: (1644.1.6 build)
  • Revision ID: mordred@inaugust.com-20100708043112-3l45pzavenlr7xu4
Merged in master.opt plugin consolidation, VJ's work with mysql-protocol and
drizzle-protocol plugin options and a drizzletest segfault bugfix from
Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
 
158
158
} // namespace syslog_module
159
159
 
160
 
DRIZZLE_PLUGIN(syslog_module::init, syslog_module::system_variables);
 
160
DRIZZLE_PLUGIN(syslog_module::init, syslog_module::system_variables, NULL);