~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/plugin.ini

  • Committer: clint at fewbar
  • Date: 2009-07-28 01:28:12 UTC
  • mto: (1093.1.33 captain)
  • mto: This revision was merged to the branch mainline in revision 1105.
  • Revision ID: clint@fewbar.com-20090728012812-1b9670cbb45srb4x
implementing Jays suggestions for clearer code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
 
2
name=csv
2
3
title=CSV Storage Engine
3
4
description=Stores tables in text CSV format
 
5
load_by_default=yes
 
6
sources=transparent_file.cc ha_tina.cc
4
7
headers=ha_tina.h transparent_file.h
5
 
sources=ha_tina.cc transparent_file.cc
6
 
load_by_default=no
7
 
static=no