154
154
orig_table_list->db= (char *)"";
155
155
orig_table_list->db_length= 0;
156
156
/* Force read of table stats in the optimizer */
158
158
/* Add new temporary table to list of open derived tables */
159
159
table->next= session->derived_tables;
160
160
session->derived_tables= table;