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