#include <config.h>
#include "transaction_log_entry.h"
#include <drizzled/message/transaction.pb.h>
#include <string>
#include <map>
Go to the source code of this file.
Variables | |
static const char * | entry_type_names [] |
Defines the implementation of a transaction log entry POD class
Definition in file transaction_log_entry.cc.
const char* entry_type_names[] [static] |
{ "UNKNOWN", "TRANSACTION", "RAW BLOB" }
Definition at line 43 of file transaction_log_entry.cc.