~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
[plugin]
name=transaction_log
version=0.1
author=Jay Pipes
license=PLUGIN_LICENSE_GPL
title=Transaction Log
description=Log of Transaction Messages
load_by_default=yes
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 
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
libs=${top_builddir}/drizzled/algorithm/libhash.la 
libadd=$(LIBZ)
cxxflags=${PROTOSKIP_WARNINGS}