3268
3268
List<TableList> *from_clause, TableList *tables,
3269
3269
TableList **leaves, bool select_insert)
3274
3272
(context->table_list && context->first_name_resolution_table));
3276
3274
this is used for INSERT ... SELECT.
3277
3275
For select we setup tables except first (and its underlying tables)
3282
3280
make_leaves_list(leaves, tables);
3289
3285
Table *table= table_list->table;
3290
3286
table->pos_in_table_list= table_list;