~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.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:
2609
2609
                           for distinct, as we want the distinct index to be
2610
2610
                           usable in this case too.
2611
2611
                         */
2612
 
                         item->marker == 4 || param->bit_fields_as_long,
 
2612
                         item->marker == 4,
2613
2613
                         force_copy_fields,
2614
2614
                         param->convert_blob_length);
2615
2615