[plugin]
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
ldflags=${top_builddir}/drizzled/hash/libhash.la
libadd=$(LIBZ)
cxxflags=${PROTOSKIP_WARNINGS}
|