150
152
orig_table_list->derived_result= derived_result;
151
153
orig_table_list->table= table;
154
156
table->derived_select_number= first_select->select_number;
156
157
orig_table_list->db= (char *)"";
157
158
orig_table_list->db_length= 0;
158
159
/* Force read of table stats in the optimizer */
159
160
table->cursor->info(HA_STATUS_VARIABLE);
160
161
/* Add new temporary table to list of open derived tables */
162
163
session->derived_tables= table;