~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/query_log/plugin.ini

  • Committer: Daniel Nichter
  • Date: 2011-05-15 17:58:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2387.
  • Revision ID: daniel@percona.com-20110515175828-1n4orh47k6vw44o7
Add query_log plugin.  It's tested and documented.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=Query Log
 
3
description=Log queries to a file.
 
4
version=1.0
 
5
author=Daniel Nichter
 
6
license=PLUGIN_LICENSE_GPL
 
7
sources=module.cc query_log.cc file.cc
 
8
headers=query_log.h file.h event.h