~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

Removed references to strmov and strnmov

Show diffs side-by-side

added added

removed removed

Lines of Context:
3942
3942
    return 1;
3943
3943
  }
3944
3944
  /* Fix is using unix filename format on dos */
3945
 
  strmov(buff,*filename_ptr);
 
3945
  stpcpy(buff,*filename_ptr);
3946
3946
  end=convert_dirname(buff, *filename_ptr, NullS);
3947
3947
  if (!(ptr= (char*) thd->alloc((size_t) (end-buff) + strlen(table_name)+1)))
3948
3948
    return 1;                                   // End of memory