~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/plugin.ini

  • Committer: Jay Pipes
  • Date: 2009-12-08 17:46:38 UTC
  • mfrom: (1240 staging)
  • mto: This revision was merged to the branch mainline in revision 1245.
  • Revision ID: jpipes@serialcoder-20091208174638-exwaq2vbq0bzvyze
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
name=transaction_log
3
2
title=Transaction Log
4
3
description=Log of Transaction Messages
5
4
load_by_default=yes
6
5
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
6
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
 
testsuite=transaction_log
9
7
ldflags=${top_builddir}/drizzled/hash/libhash.la 
10
8
libadd=$(LIBZ)
11
 
static=yes
12
9
cxxflags=${PROTOSKIP_WARNINGS}