~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log.cc

Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
#include <sys/stat.h>
70
70
#include <fcntl.h>
71
71
#include <unistd.h>
 
72
#include <errno.h>
72
73
 
73
74
#include <vector>
74
75
#include <string>