~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/plug.in

  • Committer: Monty Taylor
  • Date: 2008-10-10 23:04:21 UTC
  • mto: (509.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081010230421-zohe1eppxievpw8d
Removed O_NOFOLLOW

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=CSV Storage Engine
3
 
description=Stores tables in text CSV format
4
 
headers=ha_tina.h transparent_file.h
5
 
sources=ha_tina.cc transparent_file.cc
6
 
load_by_default=no
7
 
static=no
 
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