~jaypipes/drizzle/subscriber-plugin

« back to all changes in this revision

Viewing changes to plugin/heap/hp_open.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  pthread_mutex_lock(&THR_LOCK_heap);
85
85
  if (!(share= hp_find_named_heap(name)))
86
86
  {
87
 
    my_errno= ENOENT;
 
87
    errno= ENOENT;
88
88
    pthread_mutex_unlock(&THR_LOCK_heap);
89
89
    return(0);
90
90
  }