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
3
title=CSV Storage Engine
4
description=Stores tables in text CSV format
6
sources=transparent_file.cc ha_tina.cc
7
headers=ha_tina.h transparent_file.h