~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_union.cc

Monty fixes pluss a few from me for charset.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
                                  bool bit_fields_as_long)
120
120
{
121
121
  assert(table == 0);
 
122
  tmp_table_param.init();
122
123
  tmp_table_param.field_count= column_types->elements;
123
124
  tmp_table_param.bit_fields_as_long= bit_fields_as_long;
124
125