~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sync.cc

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    else if (my_flags & MY_WME)
85
85
      my_error(EE_SYNC, MYF(ME_BELL+ME_WAITTANG), "unknown", errno);
86
86
  }
87
 
  return(res);
 
87
  return res;
88
88
} /* my_sync */
89
89
 
90
90
 
121
121
  }
122
122
  else
123
123
    res= 1;
124
 
  return(res);
 
124
  return res;
125
125
}
126
126
#else
127
127
int my_sync_dir(const char *, myf)