~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_derived.cc

  • Committer: Brian Aker
  • Date: 2010-06-11 17:26:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1610.
  • Revision ID: brian@gaz-20100611172639-e9q2sliqizeoz4yd
Update for having share declared type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
      orig_table_list->table_name=        const_cast<char *>(table->getShare()->getTableName());
155
155
      orig_table_list->table_name_length= table->getShare()->getTableNameSize();
156
156
      table->derived_select_number= first_select->select_number;
157
 
      table->getMutableShare()->setType(message::Table::TEMPORARY);
158
157
      orig_table_list->db= (char *)"";
159
158
      orig_table_list->db_length= 0;
160
159
      /* Force read of table stats in the optimizer */