~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-05-03 22:35:33 UTC
  • mfrom: (997.2.26 mordred)
  • Revision ID: brian@gaz-20090503223533-lv7lwqelv08dnv2j
Merge of Monty's code

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DRIZZLE_STORAGE_ENGINE(archive,no, [Archive Storage Engine],
2
 
        [Archive Storage Engine])
3
 
DRIZZLE_PLUGIN_STATIC(archive,    [libarchive.a])
4
 
DRIZZLE_PLUGIN_MANDATORY(archive)  dnl Default
 
1
[plugin]
 
2
name=archive
 
3
title=Archive Storage Engine
 
4
description=Archive Storage Engine
 
5
load_by_default=yes
 
6
sources=ha_archive.cc azio.cc
 
7
headers=ha_archive.h azio.h