~drizzle-trunk/drizzle/development

* New serial event log plugin

Implemented in /plugin/serial_event_log/.

Adds a very simple serialized event log to the server.  This simple
applier takes Command messages and writes them to a log file as it
received them.  Nothing complex for right now.

* New default replicator plugin

This plugin is extremely simple and merely passes a received Command
message on to all registered Appliers (of which the new serial event
log is one of those appliers)

The plugin is disabled by default.  It can be enabled on startup
with --default-replicator-enable.

* New command reader test program

There is a new test program in /drizzled/message/ which is similar to
the transaction_reader program but can read single Command messages, 
and not Transaction messages which contain a vector of Command messages.

* New serial_event_log test suite

The test case is very simple right now, but serves to show how plugin
test suites can be written, and how test programs in the server source
tree can be used in the drizzletest program language.
Filename Latest Rev Last Changed Committer Comment Size
..
big 942.1.4 15 years ago Monty Taylor Moved big tests to big suite. Added make target "m Diff
broken 656.2.1 15 years ago Monty Taylor Moved non-working tests into broken suite for easi Diff
bugs 1 16 years ago brian clean slate Diff
crc32 1014.5.1 15 years ago Lee Bieber add test cases for crc32 plugin, remove old tests Diff
csv 1014.5.6 15 years ago Lee Bieber move csv tests suite suite/csv Diff
hello_world 1014.5.5 15 years ago Lee Bieber add tests for hello_world plugin and add target in Diff
jp 1 16 years ago brian clean slate Diff
large_tests 1 16 years ago brian clean slate Diff
manual 1 16 years ago brian clean slate Diff
md5 1008.4.2 15 years ago Jay Pipes Adds a md5 test case suite for the md5 UDF plugin. Diff
serial_event_log 1039.5.1 15 years ago Jay Pipes * New serial event log plugin Implemented in /plu Diff
stress 1 16 years ago brian clean slate Diff