~drizzle-trunk/drizzle/development

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