~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unique.h

  • 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:
32
32
 
33
33
typedef struct st_io_cache IO_CACHE;
34
34
 
35
 
class Unique :public Sql_alloc
 
35
class Unique :public drizzled::memory::SqlAlloc
36
36
{
37
37
  DYNAMIC_ARRAY file_ptrs;
38
38
  ulong max_elements;