~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
..
ChangeLog 1 16 years ago brian clean slate 279 bytes Diff Download File
ha_heap.cc 1005.2.6 15 years ago Monty Taylor Re-added bitset<> as a replacement for Bitmap<> 23.1 KB Diff Download File
ha_heap.h 1008.3.26 15 years ago Stewart Smith remove handler::table_type() as same information c 4.3 KB Diff Download File
heap.h 992.1.25 15 years ago Monty Taylor Moved myisam to new plugin system. 10.2 KB Diff Download File
heapdef.h 916.1.27 15 years ago Padraig O'Sullivan Removing the declaration of a variable as register 5.9 KB Diff Download File
hp_block.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 4.6 KB Diff Download File
hp_clear.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 3.7 KB Diff Download File
hp_close.cc 916.1.27 15 years ago Padraig O'Sullivan Removing the declaration of a variable as register 1.2 KB Diff Download File
hp_create.cc 988.2.2 15 years ago Trond Norbye size_t and uint64_t is not the same in 32 bit buil 14.7 KB Diff Download File
hp_delete.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 5.8 KB Diff Download File
hp_dspace.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 13.9 KB Diff Download File
hp_extra.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 2.2 KB Diff Download File
hp_hash.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 27.4 KB Diff Download File
hp_info.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 1.7 KB Diff Download File
hp_open.cc 916.1.26 15 years ago Padraig O'Sullivan Initial work on removing LIST from the heap storag 2.6 KB Diff Download File
hp_panic.cc 916.1.26 15 years ago Padraig O'Sullivan Initial work on removing LIST from the heap storag 1.5 KB Diff Download File
hp_record.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 9.1 KB Diff Download File
hp_rectest.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 1 KB Diff Download File
hp_rename.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 1.1 KB Diff Download File
hp_rfirst.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 2.3 KB Diff Download File
hp_rkey.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 2.6 KB Diff Download File
hp_rlast.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 1.7 KB Diff Download File
hp_rnext.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 4.1 KB Diff Download File
hp_rprev.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 2.7 KB Diff Download File
hp_rrnd.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 2.8 KB Diff Download File
hp_rsame.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 1.6 KB Diff Download File
hp_scan.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 2 KB Diff Download File
hp_static.cc 916.1.26 15 years ago Padraig O'Sullivan Initial work on removing LIST from the heap storag 928 bytes Diff Download File
hp_update.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 3.5 KB Diff Download File
hp_write.cc 960.2.3 15 years ago Monty Taylor Changed heap to c++. 10.2 KB Diff Download File
plugin.am 992.1.26 15 years ago Monty Taylor Moved heap. 1.5 KB Diff Download File
plugin.ini 992.1.26 15 years ago Monty Taylor Moved heap. 200 bytes Diff Download File