~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/plugin.ini

Merged up with trunk properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DRIZZLE_STORAGE_ENGINE(blackhole,,[Blackhole Storage Engine],
2
 
        [Basic Write-only Read-never tables], [max,max-no-ndb])
3
 
DRIZZLE_PLUGIN_DIRECTORY(blackhole, [storage/blackhole])
4
 
DRIZZLE_PLUGIN_STATIC(blackhole,  [libblackhole.a])
5
 
DRIZZLE_PLUGIN_DYNAMIC(blackhole, [ha_blackhole.la])
6
 
 
 
1
[plugin]
 
2
name=blackhole
 
3
title=Blackhole Storage Engine
 
4
description=Basic Write-only Read-never tables
 
5
sources=ha_blackhole.cc
 
6
headers=ha_blackhole.h