~drizzle-trunk/drizzle/development

1039.5.1 by Jay Pipes
* New serial event log plugin
1
[plugin]
1241.12.1 by Monty Taylor
Fixed a few plugins.
2
name=transaction_log
1273.22.1 by Jay Pipes
Completes the blueprint for refactoring applier out of log descriptor.
3
version=0.1.1
1241.12.1 by Monty Taylor
Fixed a few plugins.
4
author=Jay Pipes
5
license=PLUGIN_LICENSE_GPL
1143.2.10 by Jay Pipes
Phase 2 new replication work:
6
title=Transaction Log
7
description=Log of Transaction Messages
1405.4.1 by Jay Pipes
Adds a vector of write buffers to the transaction log applier
8
sources= background_worker.cc 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
9
headers= background_worker.h 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
10
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.
11
libadd=$(LIBZ)
1143.3.10 by Trond Norbye
Mute errors from protobuffer headers
12
cxxflags=${PROTOSKIP_WARNINGS}
1879.2.4 by Monty Taylor
Fixed some overzealous choices.
13
static=yes
14
load_by_default=yes