~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.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:
1667
1667
  quick_group= 1;
1668
1668
  table_charset= 0;
1669
1669
  precomputed_group_by= 0;
1670
 
  bit_fields_as_long= 0;
1671
1670
}
1672
1671
 
1673
1672
void Tmp_Table_Param::cleanup(void)