~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

MergedĀ fromĀ Toru.

Show diffs side-by-side

added added

removed removed

Lines of Context:
853
853
  param.session= session;
854
854
  param.tmpdir= &drizzle_tmpdir_list;
855
855
  param.out_flag= 0;
856
 
  my_stpcpy(fixed_name,file->filename);
 
856
  strcpy(fixed_name,file->filename);
857
857
 
858
858
  // Don't lock tables if we have used LOCK Table
859
859
  if (!session->locked_tables &&