120
123
tmp_table_param.field_count= column_types->elements;
121
124
tmp_table_param.bit_fields_as_long= bit_fields_as_long;
123
if (! (table= create_tmp_table(session_arg, &tmp_table_param, *column_types,
126
if (! (table= create_tmp_table(thd_arg, &tmp_table_param, *column_types,
124
127
(order_st*) 0, is_union_distinct, 1,
125
128
options, HA_POS_ERROR, (char*) table_alias)))