~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-21 12:02:57 UTC
  • mto: This revision was merged to the branch mainline in revision 2346.
  • Revision ID: olafvdspek@gmail.com-20110621120257-z6ksnwi3jfzge61k
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
676
676
  ~subselect_hash_sj_engine();
677
677
 
678
678
  bool init_permanent(List<Item> *tmp_columns);
679
 
  bool init_runtime();
 
679
  void init_runtime();
680
680
  void cleanup();
681
681
  int prepare() { return 0; }
682
682
  int exec();