~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_same.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* Kopierar biblioteksstrukturen och extensionen fr}n ett filnamn */
17
17
 
18
 
#include "drizzled/internal/mysys_priv.h"
 
18
#include "config.h"
 
19
 
 
20
#include "drizzled/internal/my_sys.h"
19
21
#include "drizzled/internal/m_string.h"
20
22
 
 
23
namespace drizzled
 
24
{
 
25
namespace internal
 
26
{
 
27
 
21
28
        /*
22
29
          Copy directory and/or extension between filenames.
23
30
          (For the meaning of 'flag', check mf_format.c)
36
43
 
37
44
  return(fn_format(to,to,dev,ext,flag));
38
45
} /* fn_same */
 
46
 
 
47
} /* namespace internal */
 
48
} /* namespace drizzled */