~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sync.cc

  • Committer: Jay Pipes
  • Date: 2010-02-14 20:26:43 UTC
  • mfrom: (1273.1.27 staging)
  • Revision ID: jpipes@serialcoder-20100214202643-ahuqvc8rhn8u7y33
Merge trunk and resolve conflicts

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
{