119
118
select_union::create_result_table(Session *session_arg, List<Item> *column_types,
120
119
bool is_union_distinct, uint64_t options,
126
124
tmp_table_param.field_count= column_types->elements;
129
126
if (! (table= create_tmp_table(session_arg, &tmp_table_param, *column_types,
130
(order_st*) 0, is_union_distinct, 1,
127
(order_st*) NULL, is_union_distinct, 1,
131
128
options, HA_POS_ERROR, (char*) table_alias)))
133
130
table->cursor->extra(HA_EXTRA_WRITE_CACHE);