~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Brian Aker
  • Date: 2009-04-09 15:03:26 UTC
  • mfrom: (971.1.44 mordred)
  • Revision ID: brian@gaz-20090409150326-cu50yn12esijpy1c
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
651
651
        presumably this was to avoid deleting other user data... except if that
652
652
        data happened to be in files ending in .BAK, .opt or .TMD. *fun*
653
653
       */
654
 
      find_type(extension, ha_known_exts(),1+2);
655
654
      continue;
656
655
    }
657
656
    /* just for safety we use files_charset_info */