~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/plugin.ini

  • Committer: Stewart Smith
  • Date: 2009-12-02 06:01:21 UTC
  • mto: (1237.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: stewart@flamingspork.com-20091202060121-68gyfqifqcjcmi2v
my_end() no longer requires an argument (we removed them all)

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
4
5
load_by_default=yes
 
6
sources=transparent_file.cc ha_tina.cc
5
7
headers=ha_tina.h transparent_file.h
6
 
sources=ha_tina.cc transparent_file.cc
 
8
static=yes