~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
[plugin]
title=HailDB storage engine
description=Uses the HailDB library to implement a storage engine for Drizzle.
sources=haildb_engine.cc haildb_datadict_dump_func.cc config_table_function.cc status_table_function.cc datadict_table_message.cc
headers=haildb_engine.h haildb_datadict_dump_func.h config_table_function.h status_table_function.h
build_conditional="x${ac_cv_libhaildb}" = "xyes"
ldflags=${LTLIBHAILDB}