~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.ini

Rename of handler to Cursor.  You would not believe how long I have wanted
to do that.

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
6
 
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
 
5
load_by_default=yes
 
6
sources=ha_archive.cc azio.cc
 
7
headers=ha_archive.h azio.h