~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
..
archive-big.result 942.1.4 15 years ago Monty Taylor Moved big tests to big suite. Added make target "m 670 bytes Diff Download File
concurrent_innodb.result 942.1.4 15 years ago Monty Taylor Moved big tests to big suite. Added make target "m 14 bytes Diff Download File
read_many_rows_innodb.result 1095.4.1 15 years ago lbieber fix read_many_rows_innodb test to use InnoDB inste 1.3 KB Diff Download File
sum_distinct-big.result 1054.2.6 15 years ago Monty Taylor Merged lee from lp:~kalebral/drizzle/drizzle-test- 1.7 KB Diff Download File