~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/filesystem_engine/plugin.ini

  • Committer: Mark Atwood
  • Date: 2010-06-24 03:15:21 UTC
  • mto: (1637.2.4 build)
  • mto: This revision was merged to the branch mainline in revision 1639.
  • Revision ID: me@mark.atwood.name-20100624031521-gafmppfbf5afm68w
new syslog module, with plugins for query log, error message, and SYSLOG() function

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=File System Storage Engine
3
 
description=This storage enigne enables you to access raw file in Drizzle.
4
 
headers=filesystem_engine.h transparent_file.h utility.h formatinfo.h filesystemlock.h
5
 
sources=filesystem_engine.cc transparent_file.cc formatinfo.cc filesystemlock.cc
6
 
extra_dist=README demo.txt
7
 
disabled=yes
8
 
load_by_default=no
9
 
static=no