~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/plugin.ini

  • Committer: lbieber
  • Date: 2010-09-27 18:21:19 UTC
  • mfrom: (1797.1.2 build)
  • Revision ID: lbieber@orisndriz08-20100927182119-mz1a2hoo2pszmnom
Merge Stewart - Allow access to internal InnoDB (HailDB) data dictionary tables, fix enum now that it is 4 bytes
Merge Shrews - fix bug 643935 - The transaction_reader program should handle mixed transaction messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
title=InnoDB Storage Engine using the Embedded InnoDB library
3
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
 
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
5
headers=embedded_innodb_engine.h libinnodb_version_func.h libinnodb_datadict_dump_func.h config_table_function.h status_table_function.h
6
6
build_conditional="x${ac_cv_have_innodb}" = "xyes"
7
7
ldflags=${INNODB_LIBS}