~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/plug.in

  • Committer: Brian Aker
  • Date: 2009-02-10 00:14:40 UTC
  • Revision ID: brian@tangent.org-20090210001440-qjg8eofh3h93064b
Adding Multi-threaded Scheduler into the system.

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
 
disabled=yes
7
 
load_by_default=no
8
 
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