~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
..
extra 1 16 years ago brian clean slate Diff
include 1 16 years ago brian clean slate Diff
lib 1 16 years ago brian clean slate Diff
misc 1 16 years ago brian clean slate Diff
r 656.2.1 16 years ago Monty Taylor Moved non-working tests into broken suite for easi Diff
std_data 1 16 years ago brian clean slate Diff
suite 1 16 years ago brian clean slate Diff
t 656.2.1 16 years ago Monty Taylor Moved non-working tests into broken suite for easi Diff
File create-test-result 1 16 years ago brian clean slate 1.4 KB Diff Download File
File fix-result 1 16 years ago brian clean slate 535 bytes Diff Download File
install_test_db.in 77.1.32 16 years ago Monty Taylor Merged from trunk. Moved resolve_stack_dump to my 2.5 KB Diff Download File
Makefile.am 1014.5.8 15 years ago Lee Bieber added a test-all target that runs all the test sui 3.2 KB Diff Download File
purify.supp 1 16 years ago brian clean slate 724 bytes Diff Download File
README 1 16 years ago brian clean slate 2.7 KB Diff Download File
README.gcov 1 16 years ago brian clean slate 655 bytes Diff Download File
README.stress 1 16 years ago brian clean slate 4.4 KB Diff Download File
File resolve-stack 54.1.4 16 years ago Stewart Smith merge from mainline 320 bytes Diff Download File
resolve_stack_dump.cc 910.1.3 16 years ago Brian Aker Remove my_fopen() and key_map.cc file (thanks to J 7.3 KB Diff Download File
stress-test.pl 383.1.22 16 years ago Brian Aker Cleanup around SAFEMALLOC 31.6 KB Diff Download File
File test-run.pl 1014.5.7 15 years ago Lee Bieber remove --big-test flag 97.3 KB Diff Download File
valgrind.supp 1008.4.1 15 years ago Jay Pipes Typo in valgrind.supp 7.7 KB Diff Download File