~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_union.h

  • Committer: Brian Aker
  • Date: 2010-02-09 21:18:30 UTC
  • mfrom: (1273.2.42)
  • Revision ID: brian@gaz-20100209211830-7vf91n0yasi0r28y
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  void cleanup();
39
39
  bool create_result_table(Session *session, List<Item> *column_types,
40
40
                           bool is_distinct, uint64_t options,
41
 
                           const char *alias, bool bit_fields_as_long);
 
41
                           const char *alias);
42
42
};
43
43
 
44
44
} /* namespace drizzled */