~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/command_log/plugin.ini

Extracted the LOAD command into its own class and implementation files.
Removed the corresponding case label from the switch statement.

Show diffs side-by-side

added added

removed removed

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