~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/plugin.ini

Merged in latest plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
name=blitzdb
3
 
title=BlitzDB Storage Engine
4
 
description=High Throughput Storage Engine
5
 
url=http://launchpad.net/blitzdb
6
 
version=0.3
7
 
author=Toru Maesaka
8
 
license=PLUGIN_LICENSE_GPL
9
 
sources=ha_blitz.cc blitzcmp.cc blitzcursor.cc
10
 
        blitzdata.cc blitzlock.cc blitzindex.cc
11
 
headers=ha_blitz.h
12
 
ldflags=${LTLIBTOKYOCABINET}
13
 
build_conditional="${ac_cv_libtokyocabinet}" = "yes"
14
 
extra_dist=AUTHORS
15
 
testsuite=disable
16
 
load_by_default=no
17
 
static=no