~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_reader.h

Completes the blueprint for refactoring applier out of log descriptor.

1) Makes the TransactionLog class a simple descriptor for the actual transaction log file
2) Splits out the TransactionLogApplier into separate class with constructor taking a TransactionLog instance
3) Splits the module initialization stuff out into a file, /plugin/transaction_log/module.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifndef DRIZZLED_PLUGIN_TRANSACTION_READER_H
25
25
#define DRIZZLED_PLUGIN_TRANSACTION_READER_H
26
26
 
27
 
#include <drizzled/replication_services.h> /* For global transaction ID typedef */
 
27
#include "drizzled/plugin/plugin.h"
 
28
#include "drizzled/replication_services.h" /* For global transaction ID typedef */
28
29
 
29
30
/**
30
31
 * @file Defines the API for a TransactionReader