~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to drizzled/select_union.h

  • Committer: Monty Taylor
  • Date: 2010-03-03 19:27:30 UTC
  • mto: (1308.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 1278.
  • Revision ID: mordred@inaugust.com-20100303192730-o2o3nmp0lzhuatbe
Tags: upstream-2010.03.1317
ImportĀ upstreamĀ versionĀ 2010.03.1317

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_SELECT_UNION_H
22
22
#define DRIZZLED_SELECT_UNION_H
23
23
 
 
24
namespace drizzled
 
25
{
24
26
 
25
27
class select_union :public select_result_interceptor
26
28
{
36
38
  void cleanup();
37
39
  bool create_result_table(Session *session, List<Item> *column_types,
38
40
                           bool is_distinct, uint64_t options,
39
 
                           const char *alias, bool bit_fields_as_long);
 
41
                           const char *alias);
40
42
};
41
43
 
 
44
} /* namespace drizzled */
 
45
 
42
46
#endif /* DRIZZLED_SELECT_UNION_H */