~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_union.h

  • Committer: Stewart Smith
  • Date: 2010-02-15 03:55:09 UTC
  • mto: (1273.13.96 build)
  • mto: This revision was merged to the branch mainline in revision 1308.
  • Revision ID: stewart@flamingspork.com-20100215035509-y6sry4q4yymph2by
move SUBSTR, SUBSTRING and SUBSTR_INDEX to plugins. add parser hooks for substr being a plugin now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
public:
31
31
  Table *table;
32
32
 
33
 
  select_union() :table(0) { }
34
 
  ~select_union() { }
35
 
 
 
33
  select_union() :table(0) {}
36
34
  int prepare(List<Item> &list, Select_Lex_Unit *u);
37
35
  bool send_data(List<Item> &items);
38
36
  bool send_eof();