~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/plugin.ini

  • Committer: Monty Taylor
  • Date: 2009-04-25 20:45:19 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090425204519-lgrl7mz2r66v0jby
Blackhole.

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])
 
1
[plugin]
 
2
name=blackhole
 
3
title=Blackhole Storage Engine
 
4
description=Basic Write-only Read-never tables
 
5
sources=ha_blackhole.cc
6
6