~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to plugin/haildb/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
title=HailDB storage engine
3
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
 
4
sources=haildb_engine.cc haildb_version_func.cc haildb_datadict_dump_func.cc config_table_function.cc status_table_function.cc datadict_table_message.cc
 
5
headers=haildb_engine.h haildb_version_func.h haildb_datadict_dump_func.h config_table_function.h status_table_function.h
6
6
build_conditional="x${ac_cv_libhaildb}" = "xyes"
7
7
ldflags=${LTLIBHAILDB}
8
8
extra_dist=test-suite-dir
 
9
disabled=yes