~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range.cc

  • Committer: Monty Taylor
  • Date: 2009-12-25 09:11:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225091155-4edipjfiffzu37oy
Moved sql_alloc into memory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
class SEL_IMERGE;
238
238
 
239
239
 
240
 
class SEL_TREE :public Sql_alloc
 
240
class SEL_TREE :public drizzled::memory::SqlAlloc
241
241
{
242
242
public:
243
243
  /*
387
387
  This class relies on memory manager to do the cleanup.
388
388
*/
389
389
 
390
 
class SEL_IMERGE : public Sql_alloc
 
390
class SEL_IMERGE : public drizzled::memory::SqlAlloc
391
391
{
392
392
  enum { PREALLOCED_TREES= 10};
393
393
public: