#include <config.h>#include <drizzled/plugin.h>#include <drizzled/gettext.h>#include <drizzled/plugin/transaction_applier.h>#include "default_replicator.h"#include <vector>#include <string>Go to the source code of this file.
Functions | |
| static int | init (module::Context &context) |
Variables | |
| static DefaultReplicator * | default_replicator = NULL |
Defines the implementation of the default replicator.
This is a very simple implementation. All we do is pass along the event to the supplier. This is meant as a skeleton replicator only.
Definition in file default_replicator.cc.