~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_applier.cc

Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#include <sys/stat.h>
51
51
#include <fcntl.h>
52
52
#include <unistd.h>
 
53
#include <errno.h>
53
54
 
54
55
#include <drizzled/errmsg_print.h>
55
56
#include <drizzled/gettext.h>