~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_range.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
namespace optimizer
30
30
{
31
31
 
32
 
class QuickRange : public drizzled::memory::SqlAlloc
 
32
class QuickRange : public memory::SqlAlloc
33
33
{
34
34
public:
35
35
  unsigned char *min_key;