~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_lib.cc

  • Committer: Monty Taylor
  • Date: 2009-12-25 08:08:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225080825-r7qmhm2mswl0c4li
We have init_sql_alloc and init_alloc_root - and I can't tell the difference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    free((unsigned char*) buffer);
95
95
    goto error;
96
96
  }
97
 
  init_alloc_root(names_storage, NAMES_START_SIZE, NAMES_START_SIZE);
 
97
  init_alloc_root(names_storage, NAMES_START_SIZE);
98
98
 
99
99
  /* MY_DIR structure is allocated and completly initialized at this point */
100
100
  result= (MY_DIR*)buffer;