~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Brian Aker
  • Date: 2009-11-14 23:51:37 UTC
  • mfrom: (1217.1.2 staging)
  • Revision ID: brian@gaz-20091114235137-k8yrpjlmo9qj36w6
Remove open mode/dead bits around dead temp type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
774
774
  }
775
775
 
776
776
  if (open_table_from_share(&session, &share, "", 0, (uint32_t) READ_ALL, 0,
777
 
                            &table, OTM_CREATE))
 
777
                            &table))
778
778
    goto err;
779
779
 
780
780
  if (update_create_info)