~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/plug.in

  • Committer: Brian Aker
  • Date: 2009-01-21 23:38:47 UTC
  • mto: This revision was merged to the branch mainline in revision 801.
  • Revision ID: brian@tangent.org-20090121233847-jzjpp910j73ch3tw
Factor test-run for binlog removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=Blackhole Storage Engine
3
 
description=Basic Write-only Read-never tables
4
 
load_by_default=yes
5
 
sources=ha_blackhole.cc
6
 
headers=ha_blackhole.h
 
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