~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.ini

Merged up with trunk properly.

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