~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/command_log/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-09-21 23:40:18 UTC
  • mfrom: (1039.5.63 replication)
  • Revision ID: brian@gaz-20090921234018-gd9kqdyigwxtik9z
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
name=command_log
3
3
title=Command Log
4
 
description=Simple Log of Command Messages
 
4
description=Log of Command Messages
5
5
load_by_default=yes
6
 
sources=command_log.cc
7
 
headers=command_log.h
 
6
sources=command_log.cc command_log_reader.cc
 
7
headers=command_log.h command_log_reader.h
 
8
libadd=$(LIBZ)
8
9
testsuite=command_log