~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.ini

  • Committer: Monty Taylor
  • Date: 2009-04-25 20:29:54 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090425202954-slopmkjj7vxal5lk
Migrated archive.

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