~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
}
71
71
 
72
72
 
73
 
Cursor *Cursor::clone(MEM_ROOT *mem_root)
 
73
Cursor *Cursor::clone(memory::Root *mem_root)
74
74
{
75
75
  Cursor *new_handler= table->s->db_type()->getCursor(*table->s, mem_root);
76
76