~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Brian Aker
  • Date: 2009-08-04 20:10:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1111.
  • Revision ID: brian@gaz-20090804201054-6ww2aa263s37zbil
Applying refactor of tmp table bits back to session. (this all needs to be
further reduced)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
      table_share can be NULL in ha_delete_table(). See implementation
97
97
      of standalone function ha_delete_table() in sql_base.cc.
98
98
    */
99
 
//    if (table_share == NULL || table_share->tmp_table == NO_TMP_TABLE)
100
 
      ha_info->set_trx_read_write();
 
99
    ha_info->set_trx_read_write();
101
100
  }
102
101
}
103
102