~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/plugin.ini

  • Committer: Padraig O'Sullivan
  • Date: 2009-07-22 23:26:26 UTC
  • mto: (1039.5.43 replication)
  • mto: This revision was merged to the branch mainline in revision 1130.
  • Revision ID: osullivan.padraig@gmail.com-20090722232626-mu4khq7ho6dqcf7q
Created a simple filtered replicator that can filter by schema name or table
name.

Show diffs side-by-side

added added

removed removed

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