~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_dir.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
{
38
38
  /*
39
39
    These members are just copies of parts of DYNAMIC_ARRAY structure,
40
 
    which is allocated right after the end of MY_DIR structure (MEM_ROOT
 
40
    which is allocated right after the end of MY_DIR structure (drizzled::memory::Root
41
41
    for storing names is also resides there). We've left them here because
42
42
    we don't want to change code that uses my_dir.
43
43
  */