~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_union.h

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:
36
36
  void cleanup();
37
37
  bool create_result_table(Session *session, List<Item> *column_types,
38
38
                           bool is_distinct, uint64_t options,
39
 
                           const char *alias, bool bit_fields_as_long);
 
39
                           const char *alias);
40
40
};
41
41
 
42
42
#endif /* DRIZZLED_SELECT_UNION_H */