~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tmp_table_param.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    This structure is copied using memcpy as a part of JOIN.
28
28
*/
29
29
 
30
 
class Tmp_Table_Param :public Sql_alloc
 
30
class Tmp_Table_Param :public drizzled::memory::SqlAlloc
31
31
{
32
32
private:
33
33
  /* Prevent use of these (not safe because of lists and copy_field) */