~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/filesystem_engine/plugin.ini

  • Committer: Zimin
  • Date: 2010-07-30 12:39:39 UTC
  • mto: (1675.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1677.
  • Revision ID: ziminq@gmail.com-20100730123939-jl48k1662mjjlwy6
modify macros to be in line with the change of the filesystem directory name

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
title=File System Storage Engine
3
3
description=This storage enigne enables you to access raw file in Drizzle.
4
 
headers=filesystem.h transparent_file.h utility.h formatinfo.h filesystemlock.h
5
 
sources=filesystem.cc transparent_file.cc formatinfo.cc filesystemlock.cc
 
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