~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_derived.cc

  • Committer: Brian Aker
  • Date: 2010-03-27 04:12:14 UTC
  • mfrom: (1395.1.18 build)
  • Revision ID: brian@gaz-20100327041214-2pm5eay51312xjvq
Merge (fixes known issues in ALTER TABLE not resetting correctly DFE).

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
      orig_table_list->table_name=        table->s->table_name.str;
153
153
      orig_table_list->table_name_length= table->s->table_name.length;
154
154
      table->derived_select_number= first_select->select_number;
155
 
      table->s->tmp_table= TEMP_TABLE;
 
155
      table->s->tmp_table= message::Table::TEMPORARY;
156
156
      orig_table_list->db= (char *)"";
157
157
      orig_table_list->db_length= 0;
158
158
      /* Force read of table stats in the optimizer */