~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/plug.in

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
7
 
headers=ha_tina.h transparent_file.h
 
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