~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_same.cc

  • Committer: Brian Aker
  • Date: 2010-05-27 01:25:56 UTC
  • mfrom: (1567.1.4 new-staging)
  • Revision ID: brian@gaz-20100527012556-5zgkirkl7swbigd6
Merge of Brian, Paul. PBXT compile issue, and test framework cleanup. 

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 "mysys_priv.h"
19
 
#include <mystrings/m_string.h>
 
18
#include "config.h"
 
19
 
 
20
#include "drizzled/internal/my_sys.h"
 
21
#include "drizzled/internal/m_string.h"
 
22
 
 
23
namespace drizzled
 
24
{
 
25
namespace internal
 
26
{
20
27
 
21
28
        /*
22
29
          Copy directory and/or extension between filenames.
36
43
 
37
44
  return(fn_format(to,to,dev,ext,flag));
38
45
} /* fn_same */
 
46
 
 
47
} /* namespace internal */
 
48
} /* namespace drizzled */