~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-11-27 18:34:26 UTC
  • mfrom: (1143.3.9 transaction-log)
  • Revision ID: brian@gaz-20091127183426-uj7730j5c5xwmo2x
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
title=Transaction Log
4
4
description=Log of Transaction Messages
5
5
load_by_default=yes
6
 
sources=transaction_log.cc transaction_log_reader.cc
7
 
headers=transaction_log.h transaction_log_reader.h
 
6
sources= background_worker.cc info_schema.cc hexdump_transaction_message.cc print_transaction_message.cc transaction_log.cc transaction_log_entry.cc transaction_log_index.cc transaction_log_reader.cc 
 
7
headers= background_worker.h info_schema.h hexdump_transaction_message.h print_transaction_message.h transaction_log.h transaction_log_entry.h transaction_log_index.h transaction_log_reader.h
8
8
testsuite=transaction_log
9
 
ldflags=${top_builddir}/drizzled/hash/libhash.la
 
9
ldflags=${top_builddir}/drizzled/hash/libhash.la 
 
10
libadd=$(LIBZ)
10
11
static=yes