~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
..
archive 992.1.29 15 years ago Monty Taylor Migrated archive. Diff
auth_http 974.2.1 15 years ago Mark Atwood add auth_http plugin Diff
auth_pam 259 16 years ago Brian Aker First pass on PAM auth Diff
blackhole 992.1.30 15 years ago Monty Taylor Blackhole. Diff
compression 971.1.64 15 years ago Monty Taylor Merged compress, uncompress and uncompressed_lengt Diff
crc32 139.1.2 16 years ago Stewart Smith CRC32() as UDF Diff
csv 992.1.31 15 years ago Monty Taylor Moved csv. Diff
default_replicator 1039.5.1 15 years ago Jay Pipes * New serial event log plugin Implemented in /plu Diff
errmsg_stderr 499.2.6 16 years ago Mark Atwood an implemention of the errmsg plugin Diff
gearman_udf 971.3.31 15 years ago Eric Day Started Gearman UDF. Diff
heap 992.1.26 15 years ago Monty Taylor Moved heap. Diff
hello_world 134.1.2 16 years ago Mark Atwood Add hello_world() UDF Diff
innobase 992.1.24 15 years ago Monty Taylor Ported InnoDB to register_plugins. Diff
logging_gearman 910.7.1 16 years ago Mark Atwood add gearman logging plugin Diff
logging_query 383.6.6 16 years ago Mark Atwood rename logging_noop to logging_query Diff
logging_syslog 771.1.1 16 years ago Mark Atwood add syslog based logging plugin Diff
md5 139.1.1 16 years ago Stewart Smith Move MD5() into a UDF Diff
multi_thread 868 16 years ago Brian Aker Adding Multi-threaded Scheduler into the system. Diff
myisam 992.1.25 15 years ago Monty Taylor Moved myisam to new plugin system. Diff
oldlibdrizzle 971.3.16 15 years ago Eric Day Cleaned up Protocol plugin interface (now a class Diff
pool_of_threads 803 16 years ago Brian Aker Refactored all current scheduler to be behind sche Diff
serial_event_log 1039.5.1 15 years ago Jay Pipes * New serial event log plugin Implemented in /plu Diff
signal_handler 900 16 years ago Brian Aker Creating signal handler plugin. Diff
single_thread 806 16 years ago Brian Aker Adding in an example singe thread scheduler Diff