~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/plugin.ini

  • Committer: Jay Pipes
  • Date: 2009-11-26 02:50:58 UTC
  • mto: (1234.1.1 push) (1237.2.10 push)
  • mto: This revision was merged to the branch mainline in revision 1229.
  • Revision ID: jpipes@serialcoder-20091126025058-gb502pid4gq9l7d8
Fixes information schema tests, adds a hexdump UDF for the transaction message.

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= background_worker.cc info_schema.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 print_transaction_message.h transaction_log.h transaction_log_entry.h transaction_log_index.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