~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_loadpath.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
 
 
21
namespace drizzled
 
22
{
 
23
namespace internal
 
24
{
 
25
 
19
26
        /* Returns full load-path for a file. to may be = path */
20
27
        /* if path is a hard-path return path */
21
28
        /* if path starts with home-dir return path */
48
55
  strcpy(to,buff);
49
56
  return(to);
50
57
} /* my_load_path */
 
58
 
 
59
} /* namespace internal */
 
60
} /* namespace drizzled */