~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 08:50:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225085015-83sux5qsvy312gew
MEM_ROOT == memory::Root

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
class Item;
34
34
class MyBitmap;
35
 
typedef struct st_mem_root MEM_ROOT;
 
35
namespace drizzled { namespace memory { class Root; } }
36
36
 
37
37
class Key :public Sql_alloc {
38
38
public: