~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_create.cc

Monty fixes pluss a few from me for charset.

Show diffs side-by-side

added added

removed removed

Lines of Context:
468
468
  hp_clear(share);                      /* Remove blocks from memory */
469
469
  thr_lock_delete(&share->lock);
470
470
  pthread_mutex_destroy(&share->intern_lock);
471
 
  if(share->keys)
 
471
  if (share->keys)
472
472
    free(share->keydef->seg);
473
 
  if(share->keys)
 
473
  if (share->keys)
474
474
    free(share->keydef);
475
475
  free(share->column_defs);
476
476
  free((unsigned char*) share->name);