~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.cc

  • Committer: Brian Aker
  • Date: 2010-05-22 00:29:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1561.
  • Revision ID: brian@gaz-20100522002914-ntd6jot5doxkv0wy
Creates a "cleanup" of Innodb's temp files in case of a crash of the DB.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    CachedDirectory::Entry *entry= *fileIter;
83
83
    message::Schema schema_message;
84
84
 
 
85
    if (not entry->filename.compare(GLOBAL_TEMPORARY_EXT))
 
86
      continue;
 
87
 
85
88
    if (readSchemaFile(entry->filename, schema_message))
86
89
    {
87
90
      SchemaIdentifier schema_identifier(schema_message.name());