~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2008-08-09 21:43:24 UTC
  • mfrom: (279.1.4 codestyle)
  • Revision ID: brian@tangent.org-20080809214324-jy2c15bx49naddsf
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
843
843
  param.thd= thd;
844
844
  param.tmpdir= &mysql_tmpdir_list;
845
845
  param.out_flag= 0;
846
 
  strmov(fixed_name,file->filename);
 
846
  stpcpy(fixed_name,file->filename);
847
847
 
848
848
  // Don't lock tables if we have used LOCK TABLE
849
849
  if (!thd->locked_tables &&