~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2008-09-28 03:20:53 UTC
  • mto: This revision was merged to the branch mainline in revision 413.
  • Revision ID: brian@tangent.org-20080928032053-rclc4iiwmwedsf73
Work on removing GNU specific calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3851
3851
    return 1;
3852
3852
  }
3853
3853
  /* Fix is using unix filename format on dos */
3854
 
  stpcpy(buff,*filename_ptr);
 
3854
  my_stpcpy(buff,*filename_ptr);
3855
3855
  end=convert_dirname(buff, *filename_ptr, NullS);
3856
3856
  if (!(ptr= (char*) thd->alloc((size_t) (end-buff) + strlen(table_name)+1)))
3857
3857
    return 1;                                   // End of memory