~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/plugin.ini

  • Committer: lbieber
  • Date: 2010-10-01 13:06:31 UTC
  • mfrom: (1802.2.2 drizzle-bug-651948)
  • mto: This revision was merged to the branch mainline in revision 1805.
  • Revision ID: lbieber@orisndriz08-20101001130631-xubscnhmj7r5dn6g
Merge Andrew - Fix bug 651948 - Index lengths not retrieved using drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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
 
2
title=InnoDB Storage Engine using the Embedded InnoDB library
 
3
description=Work in progress engine using libinnodb instead of including it in tree.
 
4
sources=embedded_innodb_engine.cc libinnodb_version_func.cc libinnodb_datadict_dump_func.cc config_table_function.cc status_table_function.cc datadict_table_message.cc
 
5
headers=embedded_innodb_engine.h libinnodb_version_func.h libinnodb_datadict_dump_func.h config_table_function.h status_table_function.h
 
6
build_conditional="x${ac_cv_have_innodb}" = "xyes"
 
7
ldflags=${INNODB_LIBS}
 
8
extra_dist=test-suite-dir