~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_noop/plug.in

  • Committer: Mark Atwood
  • Date: 2008-10-03 00:19:31 UTC
  • mto: This revision was merged to the branch mainline in revision 437.
  • Revision ID: mark@fallenpegasus.com-20081003001931-2e91vf12prcu2fuj
start renaming logging_noop to logging_query

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DRIZZLE_PLUGIN(logging_noop,[Example Logging Plugin],
2
 
        [Logging Plugin that does nothing.])
3
 
DRIZZLE_PLUGIN_DYNAMIC(logging_noop, [liblogging_noop.la])
 
1
DRIZZLE_PLUGIN(logging_query,[Query Logging Plugin],
 
2
        [Logging Plugin that logs all queries.])
 
3
DRIZZLE_PLUGIN_DYNAMIC(logging_query, [liblogging_query.la])