~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_query/logging_query.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:
271
271
  NULL
272
272
};
273
273
 
274
 
mysql_declare_plugin(logging_query)
 
274
drizzle_declare_plugin(logging_query)
275
275
{
276
276
  DRIZZLE_LOGGER_PLUGIN,
277
277
  "logging_query",
285
285
  logging_query_system_variables,
286
286
  NULL
287
287
}
288
 
mysql_declare_plugin_end;
 
288
drizzle_declare_plugin_end;