125
124
tmp_table_param.field_count= column_types->elements;
127
126
if (! (table= create_tmp_table(session_arg, &tmp_table_param, *column_types,
128
(Order*) NULL, is_union_distinct, 1,
127
(order_st*) NULL, is_union_distinct, 1,
129
128
options, HA_POS_ERROR, (char*) table_alias)))
134
130
table->cursor->extra(HA_EXTRA_WRITE_CACHE);
135
131
table->cursor->extra(HA_EXTRA_IGNORE_DUP_KEY);