~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2008-11-16 02:03:36 UTC
  • mfrom: (584.2.8 drizzle-nofrm)
  • Revision ID: brian@tangent.org-20081116020336-89horp2vrgqoqv0f
Merge stewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
    {
282
282
        // Return only .frm files which aren't temp files.
283
283
      if (my_strcasecmp(system_charset_info, ext=fn_rext(file->name),reg_ext) ||
284
 
          is_prefix(file->name, tmp_file_prefix))
 
284
          is_prefix(file->name, TMP_FILE_PREFIX))
285
285
        continue;
286
286
      *ext=0;
287
287
      file_name_len= filename_to_tablename(file->name, uname, sizeof(uname));