~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 21:40:10 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328214010-71qm0vxqvkmj3lac
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <drizzled/tmp_table_param.h>
33
33
#include <bitset>
34
34
 
35
 
namespace drizzled
36
 
{
37
 
 
38
 
class DrizzleLock;
39
 
class Session;
40
 
class SortField;
 
35
namespace drizzled {
41
36
 
42
37
class Join :public memory::SqlAlloc
43
38
{