~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.ini

Cleaned up a few global tests which aren't happy now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
 
2
name=archive
2
3
title=Archive Storage Engine
3
4
description=Archive Storage Engine
4
 
load_by_default=no
5
 
static=no
 
5
load_by_default=yes
 
6
static=yes
6
7
libs=plugin/archive/libazio.la
7
 
sources=ha_archive.cc plugin.cc
8
 
headers=ha_archive.h archive_engine.h
9
 
extra_dist=support/archive_read_test.slap
 
8
sources=ha_archive.cc
 
9
headers=ha_archive.h
 
10
static=yes