~drizzle-trunk/drizzle/development

This patch adds the following functionality:

* Removes the need to manually enable replicators in order
  for an applier to work.
* Removes the enabled/disabled setting of both transaction
  applier plugins and transaction replicator plugins
* Pairs a replicator with an applier into a "ReplicationStream"
  and removes all checks for "enabled" replicators and appliers
* Allows modules that implement a TransactionApplier (such as
  the transaction_log module) to specify which replicator to
  use via a configuration variable.  For instance, the transaction
  log module now has --transaction-log-use-replicator=[default|filtered..]
  instead of the user having to do --default-replicator-enable and such
* Adds a new data dictionary table for REPLICATION_STREAMS, which
  allows querying of activated replication-to-applier streams
  managed by drizzled::ReplicationServices
Filename Latest Rev Last Changed Committer Comment Size
..
include 1 16 years ago brian clean slate Diff
lib 1 16 years ago brian clean slate Diff
r 656.2.1 15 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 15 years ago Monty Taylor Moved non-working tests into broken suite for easi Diff
include.am 1311.1.3 14 years ago Brian Aker Small update for test-run.pl 4 KB Diff Download File
Makefile.am 1277.1.1 14 years ago Lee Bieber add target to japanese tests 982 bytes Diff Download File
README 1 16 years ago brian clean slate 2.7 KB 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 1393.3.1 14 years ago Andrew Hutchings Convert get_one_option to return an int instead of 7.4 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 1418.1.4 14 years ago Monty Taylor Fixed uninitialized variable issue. 101 KB Diff Download File
valgrind.supp 1398 14 years ago Brian Aker Merge monty 32.1 KB Diff Download File