~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to mysys/my_sync.c

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
 
1
/* Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
   This program is free software; you can redistribute it and/or modify
4
4
   it under the terms of the GNU General Public License as published by
115
115
} /* my_sync */
116
116
 
117
117
 
 
118
#ifdef NEED_EXPLICIT_SYNC_DIR
 
119
 
118
120
static const char cur_dir_name[]= {FN_CURLIB, 0};
119
121
 
120
122
 
130
132
    0 if ok, !=0 if error
131
133
*/
132
134
 
133
 
#ifdef NEED_EXPLICIT_SYNC_DIR
134
 
 
135
135
int my_sync_dir(const char *dir_name, myf my_flags)
136
136
{
137
137
  File dir_fd;