~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/plugin.ini

  • Committer: Monty Taylor
  • Date: 2008-09-16 00:00:48 UTC
  • mto: This revision was merged to the branch mainline in revision 391.
  • Revision ID: monty@inaugust.com-20080916000048-3rvrv3gv9l0ad3gs
Fixed copyright headers in drizzled/

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
name=transaction_log
3
 
version=0.1.1
4
 
author=Jay Pipes
5
 
license=PLUGIN_LICENSE_GPL
6
 
title=Transaction Log
7
 
description=Log of Transaction Messages
8
 
sources= background_worker.cc 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
 
headers= background_worker.h 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
 
libs=${top_builddir}/drizzled/algorithm/libhash.la 
11
 
libadd=$(LIBZ)
12
 
cxxflags=${PROTOSKIP_WARNINGS}
13
 
static=yes
14
 
load_by_default=yes