~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sync.cc

Merged from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <errno.h>
20
20
#include <fcntl.h>
21
21
 
22
 
#include "drizzled/my_error.h"
 
22
#include "drizzled/error.h"
23
23
 
24
24
namespace drizzled
25
25
{