~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/plugin.ini

  • Committer: Mark Atwood
  • Date: 2011-09-13 19:54:55 UTC
  • mfrom: (2397.1.3 plugin-docs)
  • Revision ID: me@mark.atwood.name-20110913195455-3bk3locm85m4jimp
mergeĀ lp:~daniel-nichter/drizzle/plugin-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
name=transaction_log
 
2
title=Transaction Log
 
3
description=Log of Transaction Messages
3
4
version=0.1.1
4
5
author=Jay Pipes
5
6
license=PLUGIN_LICENSE_GPL
6
 
title=Transaction Log
7
 
description=Log of Transaction Messages
8
7
sources= hexdump_transaction_message.cc module.cc print_transaction_message.cc transaction_log.cc transaction_log_applier.cc transaction_log_entry.cc transaction_log_index.cc transaction_log_reader.cc data_dictionary_schema.cc write_buffer.cc
9
8
headers= hexdump_transaction_message.h print_transaction_message.h transaction_log.h transaction_log_applier.h transaction_log_entry.h transaction_log_index.h transaction_log_reader.h data_dictionary_schema.h write_buffer.h
10
9
libs=${top_builddir}/drizzled/algorithm/libhash.la