~drizzle-trunk/drizzle/development

1039.5.1 by Jay Pipes
* New serial event log plugin
1
[plugin]
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
2
title=Transaction Log
3
description=Log of Transaction Messages
1273.22.1 by Jay Pipes
Completes the blueprint for refactoring applier out of log descriptor.
4
version=0.1.1
1241.12.1 by Monty Taylor
Fixed a few plugins.
5
author=Jay Pipes
6
license=PLUGIN_LICENSE_GPL
2187.5.1 by David Shrewsbury
Remove dead code
7
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
8
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
1259.6.2 by Joe Daly
rename hash_algorithm to algorithm
9
libs=${top_builddir}/drizzled/algorithm/libhash.la 
1143.3.9 by Jay Pipes
Fixes information schema tests, adds a hexdump UDF for the transaction message.
10
libadd=$(LIBZ)
1143.3.10 by Trond Norbye
Mute errors from protobuffer headers
11
cxxflags=${PROTOSKIP_WARNINGS}
1879.2.4 by Monty Taylor
Fixed some overzealous choices.
12
static=yes
13
load_by_default=yes