#include <drizzled/atomics.h>
#include <drizzled/replication_services.h>
#include "transaction_log_entry.h"
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | TransactionLog |
Defines the API of the transaction log file descriptor.
Basically, the TransactionLog is a descriptor for a log file containing transaction messages that is written by the TransactionLogApplier plugin(s).
Definition in file transaction_log.h.