~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.h

  • Committer: Lee Bieber
  • Date: 2011-01-05 23:58:29 UTC
  • mfrom: (2053.3.2 trunk-bug-628398)
  • Revision ID: kalebral@gmail.com-20110105235829-m54v32ng9qswzmr5
Merge Andrew - Fix bug 628398: Crash / segfault in copy_fields (join=0x284f868, end_of_records=false) at drizzled/sql_select.cc:6228
Merge Andrew - Fix bug #697697: crash in drizzled::optimizer::ExplainPlan::printPlan

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
  bool is_executed() const { return executed; }
513
513
  bool no_rows();
514
514
  virtual enum_engine_type engine_type() { return SINGLE_SELECT_ENGINE; }
 
515
  bool save_join_if_explain();
515
516
 
516
517
  friend class subselect_hash_sj_engine;
517
518
  friend class Item_in_subselect;