~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_query/logging_query.cc

  • Committer: Monty Taylor
  • Date: 2009-12-12 00:25:50 UTC
  • mto: (1241.9.2 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091212002550-nqzgl1cnxjearinh
Added support for embedding the drizzle version number in the plugin file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
 
411
411
DRIZZLE_DECLARE_PLUGIN
412
412
{
 
413
  DRIZZLE_VERSION_ID,
413
414
  "logging_query",
414
415
  "0.2",
415
416
  "Mark Atwood <mark@fallenpegasus.com>",