~mordred/drizzle/fix-bell-bugs

« back to all changes in this revision

Viewing changes to plugin/heap/hp_rename.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    if (!(name_buff=(char*) strdup(new_name)))
33
33
    {
34
34
      pthread_mutex_unlock(&THR_LOCK_heap);
35
 
      return(my_errno);
 
35
      return(errno);
36
36
    }
37
37
    free(info->name);
38
38
    info->name=name_buff;