128
129
if (! (table= create_tmp_table(thd_arg, &tmp_table_param, *column_types,
129
130
(ORDER*) 0, is_union_distinct, 1,
130
131
options, HA_POS_ERROR, (char*) table_alias)))
132
133
table->file->extra(HA_EXTRA_WRITE_CACHE);
133
134
table->file->extra(HA_EXTRA_IGNORE_DUP_KEY);