#include "transaction_log.h"#include "transaction_log_entry.h"#include <pthread.h>#include <string>Go to the source code of this file.
Classes | |
| class | TransactionLogIndex |
Namespaces | |
| namespace | drizzled |
TODO: Rename this file - func.h is stupid. | |
Defines the API of a simple index for the transaction log
Definition in file transaction_log_index.h.