~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-01-27 18:58:12 UTC
  • Revision ID: brian@gaz-20100127185812-n62n0vwetnx8jrjy
Remove dead code.

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
title=CSV Storage Engine
 
3
description=Stores tables in text CSV format
 
4
load_by_default=yes
 
5
headers=ha_tina.h transparent_file.h
 
6
sources=ha_tina.cc transparent_file.cc