~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/plugin.ini

  • Committer: Jay Pipes
  • Date: 2010-04-08 16:27:25 UTC
  • mfrom: (1405.6.10 replication-pairs)
  • mto: This revision was merged to the branch mainline in revision 1457.
  • Revision ID: jpipes@serialcoder-20100408162725-sugbgn38oxjqclq2
Merge trunk and replication-pairs with conflict resolution

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
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
 
5
headers=embedded_innodb_engine.h libinnodb_version_func.h libinnodb_datadict_dump_func.h
 
6
build_conditional="x${ac_cv_libinnodb}" = "xyes"
 
7
ldflags=${LTLIBINNODB}