~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.cc

it turns out that bit_fields_as_long in tmp_table_param is in fact unused. remove it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2952
2952
  if (tmp_result_sink->create_result_table(
2953
2953
                         session, tmp_columns, true,
2954
2954
                         session->options | TMP_TABLE_ALL_COLUMNS,
2955
 
                         "materialized subselect", true))
 
2955
                         "materialized subselect"))
2956
2956
    return(true);
2957
2957
 
2958
2958
  tmp_table= tmp_result_sink->table;