~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_redel.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include "drizzled/internal/mysys_priv.h"
 
16
#include "config.h"
 
17
 
 
18
#include "drizzled/internal/my_sys.h"
17
19
#include "drizzled/internal/m_string.h"
18
20
#include "drizzled/my_error.h"
19
21
#if defined(HAVE_UTIME_H)
30
32
# include <sys/stat.h>
31
33
#endif
32
34
 
 
35
namespace drizzled
 
36
{
 
37
namespace internal
 
38
{
 
39
 
33
40
        /*
34
41
          Rename with copy stat form old file
35
42
          Copy stats from old file to new file, deletes orginal and
114
121
#endif
115
122
  return 0;
116
123
} /* my_copystat */
 
124
 
 
125
} /* namespace internal */
 
126
} /* namespace drizzled */