~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_loadpath.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 03:44:51 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221034451-hmztoep4qbaqne8w
Trims more out of server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
      test_if_hard_path(path))
34
34
    strcpy(buff,path);
35
35
  else if ((is_cur=(path[0] == FN_CURLIB && path[1] == FN_LIBCHAR)) ||
36
 
           (is_prefix(path,FN_PARENTDIR)) ||
 
36
           (strncmp(path,FN_PARENTDIR, strlen(FN_PARENTDIR)) == 0) ||
37
37
           ! own_path_prefix)
38
38
  {
39
39
    if (is_cur)