~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/plugin.ini

  • Committer: Monty Taylor
  • Date: 2009-04-25 20:53:16 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090425205316-c7zclzob4o8fmz5w
MovedĀ csv.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DRIZZLE_STORAGE_ENGINE(csv,,      [CSV Storage Engine],
2
 
        [Stores tables in text CSV format])
3
 
DRIZZLE_PLUGIN_DIRECTORY(csv,     [storage/csv])
4
 
DRIZZLE_PLUGIN_STATIC(csv,        [libcsv.a])
5
 
DRIZZLE_PLUGIN_MANDATORY(csv)     dnl Used for logging
 
1
[plugin]
 
2
name=csv
 
3
title=CSV Storage Engine
 
4
description=Stores tables in text CSV format
 
5
load_by_default=yes
 
6
sources=transparent_file.cc ha_tina.cc