~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 16:36:40 UTC
  • mto: This revision was merged to the branch mainline in revision 2347.
  • Revision ID: olafvdspek@gmail.com-20110622163640-pwub8fpyqfdvqek4
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
namespace drizzled {
36
36
 
37
 
class Join :public memory::SqlAlloc
 
37
class Join : public memory::SqlAlloc, boost::noncopyable
38
38
{
39
 
  Join(const Join &rhs);                        /**< not implemented */
40
 
  Join& operator=(const Join &rhs);             /**< not implemented */
41
 
 
42
39
  /**
43
40
   * Contains a partial query execution plan which is extended during
44
41
   * cost-based optimization.