149
149
orig_table_list->table_name= const_cast<char *>(table->getShare()->getTableName());
150
150
orig_table_list->table_name_length= table->getShare()->getTableNameSize();
151
151
table->derived_select_number= first_select->select_number;
153
153
orig_table_list->db_length= 0;
154
154
/* Force read of table stats in the optimizer */
155
155
table->cursor->info(HA_STATUS_VARIABLE);